body
{
	background-color: #198A8A;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Times, Serif;
}

html
{
	padding: 0px;
	margin: 0px;
}

p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

h1
{
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, Times, Serif;
	font-size: 1.8em;
}

h1 a
{
	color: white;
	text-decoration: none;
}

h2
{
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1em;
	font-style: italic;
}

#mainmenu li
{
	display: inline;
	list-style: none;
	font-family: Georgia, Times, Serif;
}

#mainmenu a
{
	color: #FF7B00;
        padding:0.3em;
}

#mainmenu a:hover, #mainmenu a.activesection, #mainmenu a:active
{
        color:white;
        background-color: #198A8A;
}

ul.section_list
{
	margin: 0px;
}

a
{
	color: #FF7B00;
	text-decoration: none;
}

#container
{
	width: 760px;
	\width: 770px;
	w\idth: 760px;
	margin:0 auto;
	padding:0 19px 0 10px;
        background-color:#fff;
        background-image:  url(/blog/images/32.gif);
        background-repeat: repeat-y;
        background-position: 100% 0%;    

}

#head
{
	text-align: right;
	height: 100px;
	background-color: #198A8A;
	padding: 10px;
	color: white;
	margin: 0;
	background-image: url(/blog/images/5.jpg);
	background-repeat: no-repeat;
}

#head h2
{
	background:#198A8A;
	border-top:6px solid #FFF;
	border-bottom:1px solid #FFF;
        border-left:1px solid #FFF;
	display:inline;
	font-family:Georgia, Times, Serif;
	font-size:0.8em;
	font-style:italic;
	padding:2px 10px;
        position: relative;
        right: -10px;
        top: 0;

}

table#linesmatrix
{
	border: 2px outset;
	margin: auto;
}

#content
{
	margin: auto;
	width: 760px;
	position: relative;
	border: 2px inset;
	background-color: rgb(220,220,220);
	padding: 20px 2px;
}

form
{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 0.8em;
}

#nextballs
{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 20px;
	margin-left: 20px;
	padding: 6px;
}

td
{
	background-color: silver;
	border: 1px outset silver;
	height: 40px;
	width: 40px;
	overflow: visible;
	color: silver;
	text-align: center;
	font-weight: bold;
	font-size: 2.2em;
	font-family: Courier;
}

.nextball
{
	text-align: center;
	font-weight: bold;
	font-size: 2.2em;
	font-family: Courier;
	padding: 10px;
	margin: 0;
	background-color: silver;
	border: 2px inset white;
}

.nextball img
{
	margin: auto;
}

input.intext
{
	font-family: Courier;
	font-size: 1.8em;
	margin: 5px;
	border: 1px solid black;
	text-align: right;
}