body {
	color: #FFCA11;
	font: 10px "arial", sans-serif;
	text-align: justify;
	line-height: 180%;
	padding: 0;
	margin: 0;
	}

#wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 190px;
	overflow: hidden;
	}

#content {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	text-align: justify;
	}

a:link, a:visited { 
	font: bold 10px "arial", sans-serif;
	text-decoration: none; 
	background: none; 
	color: #AC73CC; 
	}

a:hover, a:active { 
	text-decoration: none; 
	background: none; 
	color: #5982B6; 
	}

strong { font: 10px "arial", sans-serif; color: #FF0000; }

b { font: 10px "arial", sans-serif; color: #FF0000; }

s { font: 10px "arial", sans-serif; color: #CCCCCC; text-decoration: none; }

u { 	color: #FFF83D;
	text-transform: lowercase;
	text-decoration: none;
	}

ul { list-style-type: none; }

h1 { 	font: italic 12px "georgia", lucida bright; 
	color: #D3D3D3; 
	text-transform: lowercase; 
	border: 1px solid #E5EDF1; 
	border-top-width: 0; 
	border-left-width: 0; 
	border-right-width: 0; 
	border-bottom-width: 1px;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 5px;
	}

option, select { background: #FFEFEF; border: 0; color: #FF9595; font: 10px "arial", sans-serif; line-height: 130%; padding: 3px; }

input, textarea { background: #FFEFEF; border: 0; color: #FF9595; font: 10px "arial", sans-serif; line-height: 130%; padding: 3px; }

