@charset "utf-8";
body
{
    background-image: url('http://www.mcsoh.org/mhs/images/marblefaint.jpg');
    background-repeat: repeat;
    background-position: top left;
}
/* FRONT PAGE CSS */
.content
{
	padding-top: 10px;
}
.content table.fronttable ul
{
	margin-bottom: 0px;
    padding-bottom: 0px;
}
.content table.fronttable
{
	border-style: outset;
    border-width: 1px;
    width: 350px;
    font-size: 12px;
}
.content table.fronttable th, .content table.fronttable td
{
	border-style: inset;
    border-width: 1px;
    vertical-align: top;
}
.content table.fronttable th
{
	color: #FFFFFF;
    background-image: url('http://www.mcsoh.org/mhs/images/40.jpg');
    background-position: top;
    background-repeat: repeat;
    font-size: 14px;
    font-style: italic;
}
.content table.fronttable.markcalendar td
{
	font-size: 16px;
    text-align: center;
}
.content table.fronttable a, .content table.fronttable a:link, .content table.fronttable a:visited, .content table.fronttable a:active
{
	color: #0000FF;
    text-decoration: underline;
}
.content table.fronttable a:hover
{
	color: #0000FF;
    text-decoration: underline;
    background-color: #000000;
}
.content table.fronttable .normallinks a, .content table.fronttable .normallinks a:link, .content table.fronttable .normallinks a:visited, .content table.fronttable .normallinks a:active, .content table.fronttable .normallinks a:hover, .content table.fronttable.markcalendar a, .content table.fronttable.markcalendar a:link, .content table.fronttable.markcalendar a:active, .content table.fronttable.markcalendar a:visited, .content table.fronttable.markcalendar a:hover
{
	color: #0000FF;
    background-color: #FFFFFF;
    text-decoration: underline;
}
.content table.fronttable .normallinks
{
	text-align: center;
    font-size: 16px;
}
img
{
	border: 0px;
}
