
/* CSS Document */

Body {font-family: Arial; color:#FFFFFF;
background-color:#2f2f2f}

A:link {color:yellow; font-family: Arial, Helvetica; font-size:12pt}
A:visited {color:yellow; font-family: Arial, Helvetica; font-size:12pt}
A {text-decoration:none;border:0px}
A:hover {color:yellow; text-decoration:underline; font-weight:normal}

img
{  border-style: none;
border: none;
}

.white
{
	width: 300px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: white;
}

