body {
	font: 14px Arial;
	color: black;
}

/* unvisited link */
a:link {
    color: #808080;
}

/* visited link */
a:visited {
    color: #808080;
}

/* mouse over link */
a:hover {
    color: blew;
}

/* selected link */
a:active {
    color: #808080;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffcc;
}

ul.topnav li {
    float: left;
	
}


ul.topnav li a{
	display: block;
    color: blew;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

ul.topnav li a:hover {
    background-color: #111111;
}

div.error {
color: red; 
}

div.border {
border: 1px solid #111111; 
margin-top: 50px;
margin-bottom: 10px;
margin-right: 50px;
margin-left: 50px;
}

td {	
	min-width: 300px;
}

