body 
{
background-color:#c0c0ff;
background-image: url('gradient.png');
background-repeat: repeat-x;
padding: 0px;
}

a
{
color: #0088ff;
text-decoration: underline;
}

a:hover
{
color: #0088ff;
text-decoration: underline;
}

a.menu
{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
color: #000000;
text-decoration: none;
}


a.menu-selected
{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
background-color: #ffffff;
color: #000000;
text-decoration: none;
}


a.menu:hover
{
background-color: #ffffff;
color: #000000;
text-decoration: none;
}


div.main
{
background-color: #ffffff;
border-color: #000000;
border-style: solid;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
width: 100%;
text-align: left;
float: left;
}


div.menu
{
background-color: #ffff00;
border-color: #000000;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
color: #000000;
font-family: verdana;
font-size: 14px;
width: 100%;
text-align: center;
line-height: 200%;
float: left;
}


div.title
{
background-color: #ffff00;
border-color: #000000;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
color: #000000;
font-family: verdana;
font-size: 24px;
font-weight: bold;
width: 100%;
text-align: center;
padding-top: 10px;
float: left;
}

div.footer
{
/*background-image: url('bot.png');
background-position: bottom;
background-repeat: no-repeat;*/
background-color: #ffff00;
border-color: #000000;
border-style: solid;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
color: #000000;
font-family: verdana;
font-size: 12px;
width: 100%;
text-align: center;
height: 16px;
float: left;
}



div.quote
{
background-color: #ffffff;
width: 720px;
text-align: left;
margin-left:auto;
margin-right:auto;
}


div.total
{
width:846px;
margin-left:auto;
margin-right:auto;
}


div.lcd
{
border: solid; 
border-width: 2px; 
width: 200px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 60px;
text-align: center;
color: #000000;
font-family: courier;
font-size:14px;
text-decoration: none
}

p
{
padding-top: 0px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin: 0px;
text-align: left;
color: #000000;
font-family: verdana;
font-size:12px;
text-decoration: none;
text-indent: 35px;
}


ul
{
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	text-align: left;
	color: #000000;
	font-family: verdana;
	font-size:12px;
	text-decoration: none
}


table
{
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
	text-align: left;
	color: #000000;
	font-family: verdana;
	font-size:12px;
	text-decoration: none
}

table th {
	border-width: 2px;
	padding: 3px;
	border-style: solid;
	border-color: black;
}
table td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
}


img
{
margin-left: 25px;
margin-right: 25px;
border-width: 1px;
}


img.right
{
float: right;
padding-left: 10px;
border-width: 0px;
}

img.left
{
float: left;
padding-right: 10px;
border-width: 0px;
}

img.main
{
float: center;
border-width: 0px;
}

h1
{
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 2px;
margin-bottom: 0px;
text-align: left;
color: #000000;
font-family: verdana;
font-size:16px;
font-weight: bold;
/*background-image: url('htop.png');
background-position: top;
background-repeat: no-repeat;*/
}


hr
{
margin-left: 10px;
width: 50%;
}
