/* CP CSS Style Sheet */
/* Not yet finished defining */



/* Define every page background color */

body
{
	background-color: #1b0903;
}

/* Define p class & attributes in header */

p.header
{
	color: #1b0903;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}



/* Define link class & attributes in top navbar */

a.navbartoplink
{	
	color: #b81e2b;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	
}


a.navbartoplink:link
{
	color: #b81e2b;
}

a.navbartoplink:visited
{
	color: #b81e2b;
}

a.navbartoplink:active
{
	color: #b81e2b;
}

a.navbartoplink:hover
{
	color: #b81e2b;
	font-weight: bold;
	font-size: 18pt;
}


