﻿body {
    background-color: #8a020e;
    margin: 0px;
    font-family: 'Times New Roman';
    font-size: 12pt;
	color: #ffdbc0;

}

tr {
	vertical-align: top;
}

td
{
	text-align: left;
}
a, a:hover, a:link, a:visited 
{
	text-decoration: none;
	cursor: hand;
	color: #5a7e96; 
}

.cls_button1
{
	font-size: xx-large;
	color: #3a8ac1;
	text-align: center;
	background-color: #ffdbc0;
	margin: 0px;
	height: 50px;
	width: 250px;
	vertical-align: middle;
	border-radius: 5px;
	border: solid 1px #400106;
	cursor: hand;
}
.cls_button2
{
	font-size: xx-large;
	color: #fafafa;
	text-align: center;
	background-color: #8a020e;
	margin: 0px;
	height: 50px;
	width: 250px;
	vertical-align: middle;
	border-radius: 5px;
	border: solid 1px #400106;	
}