/* CSS Document */

body {
	font-size: 11;
	font-family: Verdana, sans-serif;
	color: white;
	}
	
h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, sans-serif;
	font-size: normal;
	}
	
h2, h3, h4, h5, h6  {
	color: #E4303C;
	}
	
a:link  {
	font-size: 11;
	color: #ffcc44;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:visited  {
	font-size: 11;
	color: #ffcc44;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}

a:hover  {
	font-size: 11;
	color: white;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

td  {
	font-size: 11;
	font-family: Verdana, sans-serif;
	color: white;
	}
	
img  {
	border: none;
	}