body { 
	font-family: Verdana; 
	font-size: 12px; 
	color: white; 
	background-color: #9C5098;
}

footer { 
	font-family: Verdana; 
	font-size: 12px; 
	color: #9C5098; 
	background-color: white;
}


article { 
	font-family: Verdana; 
	font-size: 12px; 
	color: white;
	width: 650px;
	height: 410px;
	text-align: left;
	overflow: auto;
}

a { 
	font-family: Verdana; 
	font-size: 12px; 
	color: white;
}


div.main { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	text-align: center; 
	vertical-align: middle; 
	background-color:#9C5098;
}

div.clear {
	clear: both;
}

div.white { 
	background-color: white;
}

section.main {
	float: left; 
	margin-top: 10px; 
	margin-left: 30px;
}

nav {
	float: left;
}


table.menu {border-width: 0px; border-spacing:10px; text-align:center}
tr.menu {border-width: 0px; height:130px}

td {  font-family: Verdana; font-size: 14px; color:white; font-weight: bold; width:130px; cursor:pointer}

td.green { background-color: #8DB600}
td.blue {background-color: #007FFF}
td.pink {background-color: #FF91AF}
td.orange {background-color: #FFBF00}
td.bittersweet {background-color: #FE6F5E}
td.yellow {background-color: #FFF600}
td.lime {background-color: #9EFD38}
td.gold {background-color: #B78727}
td.darkcyan {background-color: darkcyan}
td.khaki {background-color: khaki}
td.lightblue {background-color: lightblue}
td.sandybrown {background-color: sandybrown}

td.contact { 
	font-family: Verdana; 
	font-size: 12px;
	font-weight: normal;
	text-align: right; 
	color: white;
	cursor: auto;
}


input.text		{ background-color: white; border-style: solid; border-width: 1px; border-color:violet;}
textarea		{ background-color: white; border-style: solid; border-width: 1px; border-color:violet;}
input.checkbox	{ background-color: white; border-style: solid; border-width: 1px; border-color:violet;}
