@charset "utf-8";

body {


}


body {
    font-family: Arial, sans-serif;
}

body {
    font-family: Arial, sans-serif;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.menu li {
    display: inline-block;
}

.menu li a {
    display: block;
    color: navy;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: bold;
	font-size: 22px;
}

.menu li a:hover {
    color: red;
}




        .separator {
            border: 0;
            height: 1px;
            background: #333;
            margin: 20px 0;
        }


.fartmenu {
	color: #003;
	font-size: 22px;
	font-family: "Lucida Console", Monaco, monospace;
	vertical-align: bottom;
	outline-color: #FFF;
}
.moretext {
    color: #003;
    font-size: 18px;
    font-family: Arial, sans-serif;
    vertical-align: bottom;
    outline-color: #FFF;
}
.moretext2 {
    color: #003;
    font-size: 14px;
    font-family: Arial, sans-serif;
    vertical-align: bottom;
    outline-color: #FFF;
}
.todaysfart {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	color: #ACC5F2;
}

.div_hover {
	color: #000000;
}
.div_hover:hover {
	color: #666666;
		background-color:#000
}

.div_hover2 {
	color: #666666;
		background-color:#000
}
.div_hover2:hover {
	color: #666666;
	background-color:#000
}

.maintitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 38px;
	font-variant: normal;
	color: #0A1C4B;
}
.fineprint {
	color: #666;
	font-size: 10px;
	font-family: "Lucida Console", Monaco, monospace;
	vertical-align: bottom;
	outline-color: #000;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-align: center;
}



.buttons {
	-moz-box-shadow:inset 1px 22px 10px -15px #bee2f9;
	-webkit-box-shadow:inset 1px 22px 10px -15px #bee2f9;
	box-shadow:inset 1px 22px 10px -15px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:4px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:Verdana;
	font-size:20px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
}.buttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.buttons:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */


.RegularPrint {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
hr.thin {
height: 1px;
border: 0;
color: #333;
background-color: #333;
width: 80%;
} .LiteHeading {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	vertical-align: top;

}


th {
    vertical-align: top;
}



    body {
        font-family: Arial, sans-serif;
        max-width: 700px;
        margin: 0 auto;
        padding: 10px;
        background-color: #f9f9f9;
    }
    .newspaper {
        border: 1px solid #333;
        padding: 20px;
        background-color: #fff;
    }
    .news {
        font-size: 16px;
        line-height: 1.6;
    }
