﻿
a:link {
	color: blue;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:left;
	margin:auto;
}
#container {
	width: 600px;
	margin: auto;
}

.item {
	margin: 15px;
	text-align:left;
}

#main{
	
}
#leftside {
	width: 150px;
	float: left;
	clear: both;
	border-color: #009900;
	border-width: thin;
}
#rightside {
	float: right;
	clear:both;
	width: 600px;
	border-color:#009900;
	border-width:thin;

}
h1 {
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
h2 {
	text-align: center;
	font-size: small;
	font-weight: normal;
}
p {
	font-size: small;
	text-align: left;
}
p.clear {
  clear: both;
}

.indent {
	margin-left: 50px;
}
#menu p{
	margin:10px;
	padding:0px;
	text-align: center;
}

#menu a { 
	display: block;
	background-color: white;
	border: 1px solid gray;
	padding:2px;


}

#menu a:hover {
	background-color: white;
	color: red;
	text-decoration: none;
	border: 1px solid red;

}
#menu1 a:hover {
	background-color: white;
	color: red;
	text-decoration: underline;
}
#menu1 a:active a:visited {
	background-color: #ffff99;
	color: blue;
	text-decoration: none;
}
#menu1 {
	list-style: none;
	margin: 5px;
}
table {
	vertical-align:top;
	width:100%;
	padding:0;
	border-collapse:collapse;
}
td {
	border: 1px solid #008000;
	border-collapse:collapse;
	padding:0px;
	font-size:small;
}
#leftside a { 
	display: block;
	padding: 4px 10px 4px 10px;
	background-color: white;
	border: 1px solid gray;

}

p a:hover {
	background-color: white;
	color: red;
	text-decoration: none;
	border: 1px solid red;

}


table, td {	
	padding:4px;
}

