body {
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	background: #222;
	color: #CCC;
}

a {
	
}

a:hover {
	
}

a:visited {
	
}

p {
	
}

h1 {
   font-size: large;	
}

h2 {
   	font-size: 125%;
}

blockquote {
	margin: 20;
	padding: 20;
}


#plainlink a:link {color: #CCC; }
#plainlink a:visited {color: #CCC; }
#plainlink a:hover {color: #CCC; }
#plainlink a:focus {color: #CCC; }
#plainlink a:active {color: #CCC; }
#plainlink a { text-decoration : none} 

#normlink a:link {color: #CCC; }
#normlink a:visited {color: #CCC; }
#normlink a:hover {color: #CCC; }
#normlink a:focus {color: #CCC; }
#normlink a:active {color: #CCC; }


