﻿body 
{
	font-size:14px;
}

.buttonstyle{
    font-size:9pt;
    color:#5b8651;
   	background:url(Images/Button.gif);
	width:60px;
	height:24px;
    padding-left: 5px;
	padding-right: 5px;
	border-top: 0px solid threedhighlight;
	border-left:0px solid threedhighlight;
	border-right:0px solid threedshadow;
	border-bottom: 0px solid threedshadow;
}

a:active
{
	color:Red;
	font-size: 14px;
	text-decoration:none;
}

a:link
{
	color:Black;
	font-size:14px;
	text-decoration:none;
}

a:hover 
{
	color:Black;
	font-size:14px;
	text-decoration:none;
}

a:visited
{
	color:#202020;
	font-size:14px;
	text-decoration:none;
}