/* The SSHS Master Style Sheet */


/* The body style should not affect any text, as most text is found within the tables - Body can affect the main background color and the scollbars. */
body { 
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

body A {
	color: blue;
}

body A:hover {
	color: yellow;
}

/* Styles for all no class defined text within tables */
table {
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

table A {
	color: blue;
}

table A:hover {
	color: yellow;
}

/*  BODY OF THE PAGE CLASS (INCLUDING HEADER)  */
table.mainbody {
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

table.mainbody A {
	color: blue;
}

table.mainbody A:hover {
	color: yellow;
}

/* Styles for all no class defined text within tables */
td {
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

td A {
	color: blue;
}

td A:hover {
	color: yellow;
}


/* PAGE FOOTER CLASS */
td.footer {
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

td.footer A {
	color: yellow;
}

td.footer A:hover {
	color: #99CCFF;
}

td.footer .author {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

td.footer .author A {
	color: white;
}

td.footer .author A:hover {
	color: #99CCFF;
}


.frame {
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:700;
	height:380;
	border:none;
	overflow:hidden;
	border:0px solid black;
	padding:5;
}

.headtitle {
	color: #000000;
	font-family: Comic Sans MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

