body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	background-color: #666666;
	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;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #006600;
	}
acronym {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
	}
