/* CSS Document */

body { 
	font-family: Georgia, Times New Roman, Times serif;
	color: #ffffff;
	background-color: #000000;
	background-repeat: 

	}

p { 
	padding: 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	border-style: none;
        border-width: 3px;
        border-left-width: 10px;
        border-right-width: 10px;
        border-color: black;
	}

h1,h2,h3 {
	margin-top: 15px;
	padding: 0px;
	}

h3 { 
	font: bold 11pt Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px; 
	color: #6AA14E;
	padding-bottom: 0px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #000000;
	}
acronym {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
	}
