/*stylesheet*/
body { background-color: white; font-family: sans-serif; font-weight: bold;  
text-align: center; 
margin-left: 20%;
margin-right: 20%;



}

a:active { color: #660000; text-decoration: none; }
a:link { color: #660000; text-decoration: none; }
a:visited { color: #660000; text-decoration: none; }
a:hover { color: #660000; text-decoration: none; }

p { text-align: left; font-size: small; }
.bld { font-size: medium; }
div { font-size: small; }
.new { text-decoration: blink; color: red; }
.upd { text-decoration: underline; color: red; }

td { vertical-align: top; }

h1 { text-align: center; }
h2 { text-align: center; }

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto }

.pen { font-size: large; font-weight: bolder; }

.grn { color: #0099FF; font-size: x-large; }

.let { text-align: center; color: blue; font-family: Cursive; font-size: medium; }

li { font-size: small; }

.menuh	{
		BORDER-COLOR: #6699CC ;
		cursor: hand ;
		Border-Left: #6699CC ;
		Border-Top: #6699CC ;
		Padding-Left: 1px ;
		Padding-Top: 1px ;
		Background-Color: #6699CC ;
	}
.menu	{
		Background-Color: white ;
	}
.home	{
		cursor: hand ;
	}

.menulinks{
text-decoration: none;
}

.web  { color: #000099; font-weight: bold; font-size: x-large; }
.news { color: black; font-family: Arial, Helvetica, Sans-Serif; font-weight: bolder; font-size: large; }