﻿body 
{
    background-color: #FFF8DB;
    color: #3F240D;
}

a:visited  { color: #000000; background-color: transparent; voice-family: announcer, female; text-decoration: none  }
a:link   { color: #030; text-decoration: none; background-color: transparent; voice-family: announcer, female  }
a:hover   { color: #ff8c00; background-color: transparent; voice-family: announcer, female  }

.Button  
{
    font-family: tahoma, Verdana, Arial;
	font-size: 12px;
	color: #030;
	font-weight: bold;
	text-align: center;
	background-color: White;  
}

.InputBlue {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	text-align: justify;
}

.RedText
{
    color: Red;
    font-weight: bold;
}


