/* CSS Document */


body {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: small;
	color: #CCCCCC;
	background-color: #000000;
	
}

a:link { 
	color: #FF0000;
	text-decoration:none;
}

a:visited { 
	color: #FF0000;
	text-decoration:none;
}




h1 {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
	top: auto;
}

h2 {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
	top: auto;
}


h3 {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #FF0000;
	line-height: 2em;

}

h4 {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FF0000;
}


h5 {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1em;
	color: #CCCCCC;
}

h6 {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 2em;
	color: #ff0000;
	text-align: justify;
}

h7 {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	color: #cccccc;
	text-align: justify;
}

div {
	background-color: #000000;
	float: left;
	height: auto;
	width: auto;
	border: none;
	padding: 10px;
}
em {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	font-style: oblique;
}

em2 {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	font-style: oblique;
}
