/* 
MMPC style sheet  
Author: Dale T. A. Maxwell
Date: 01/08/2008
*/

body {background-image: url(pictures/MMPC_BG.JPG);}

a:link { text-decoration:underline; color: red;}

a:visited { text-decoration:underline; color: #c71585;}

a:hover { 				

/*			font-family: cursive, arial, sans-serif;
			font-style: italic;
			font-weight: bold;
			letter-spacing: 1px; 
			word-spacing: 2px; */
			text-shadow: rgb(210,180,140) 10px 10px 5px;
			text-decoration: none;
			color: rgb(245,245,100);
			background-color: rgb(20,20,20);
}
/* pg 502 
#nav a:link
{
	text-decoration: none;
	overflow: hidden;
	display: block;
	background: rgb(0,0,0) url(mmpc_files/picLink.jpg) -1px -1px no-repeat;
	
}
#nav a:link
{
	background-position: -1px -1px;
	color: rgb(255,255,255);

}
#nav a:visited
{
	background-position: -1px -21px;
	color: rgb(255,255,255);

}
#nav a:hover
{
	background-position: -1px -61px;
	color: rgb(255,255,255);

}      */
/* a {text-decoration: none; color: black; background-image: url(lnkback.jpg); background-color: black;font-family: sans-serif; font-style: normal; padding: 2px; margin: 0px; border: 5px gray;}

a:hover {border: 5px outset black; color: black; } background-image: url(lnkback.jpg);  */

/* a:active {border: 5px inset gray; color: black; } */

/*td {font-weight:bold; border:2px solid; border-color: gray black gray black; }*/

#descript p {font-family: sans-serif; font-size: 20;}

/** table components **/
/** pg 470 **/
#MMPCEvents table
{
	font: 1em helvetica, arial, sans-serif;
	
	
}
/** pg 471 **/
#MMPCEvents tr {
	color: rgb(0,0,0);
	background: rgb(255,255,255);
}
#MMPCEvents th {
	color: rgb(0,0,0);
	background: rgb(225,225,225);
}
#MMPCEvents tr.oddRow {
	color: rgb(0,0,0);
	background: rgb(255,255,255);

}
#MMPCEvents tr:hover {
		color: rgb(255,255,255);
		background: rgb(0,0,0);

}
#MMPCEvents	a:link { text-decoration:underline; color: black;			background-color: rgb(245,245,245);
}


/** pg 470 **/
#outsideEvents table
{
	font: 1em helvetica, arial, sans-serif;
	a:link { text-decoration:underline; color: white;}
	
	
}
/** pg 471 **/
#outsideEvents tr {
	color: rgb(0,0,0);
	background: rgb(255,255,255);
}
#outsideEvents  th {
	color: rgb(0,0,0);
	background: rgb(225,225,225);
}
#outsideEvents tr.oddRow {
	color: rgb(0,0,0);
	background: rgb(255,255,255);

}
#outsideEvents tr:hover {
		color: rgb(255,255,255);
		background: rgb(0,0,0);

}

/** Stat Counter **/
#pageStats {
		margin: 30, 0, 0, 30;
	}
