/*Krazedkayaker CSS files
Contains base data for colors and formats of my site
*/
body.base{background-color:333333; color:00ccff}
h3.crrnt{font-style:italic}
p.crrnt{font-size:12;font-style:italic}
/*This is my main navigation formats*/
a.doc:link
	{
	color:00ccff;
	text-decoration: none;
	}
a.doc:visited
	{
	color:66ffff;
	text-decoration: none;
	}
a.doc:hover
	{
	text-decoration: underline;
	}
/*DOC2 styles affect the sub nav buttons,
or inner subjects of my main buttons
*/
a.doc2:link
	{
	font-size:12;
	color:3366ff;
	text-decoration: none;
	}
a.doc2:visited
	{
	font-size:12;
	color:66ffff;
	text-decoration: none;
	}
a.doc2:hover
	{
	font-size:12;
	text-decoration: underline;
	}