﻿
table  
{
    width:530px;
	background-color:Orange;
	text-align:left;
	font-size:12px;
	border-spacing: 4px;
	color:White;
}


table, td, th {
	margin:0px;
	padding:3px;
	
	border-top:1px solid;
	border-top-color:Aqua;
	
	border-left:1px solid;
	border-left-color:Aqua;
	
	border-right:1px solid;
	border-right-color:Maroon;
	
	border-bottom:1px solid;
	border-bottom-color:Maroon;
	
	text-align:center;
	vertical-align:middle;
}

table a {
	text-decoration: none;
	color: White;
}
table a:hover {
	color: White;
	text-decoration: underline;
}
input
{
    border-color:Orange;
}
