﻿body
{
	background-color:Transparent;
	font-size:smaller;
	font-family:Tahoma;
	font-style:normal;
	color:Black;
}
.H1
{
	background-color: Transparent;
	font-size:  medium;
	font-family: Tahoma;
	font-style: inherit;
	color: White;
	border-color : Red;
	border-style :solid;
	border-width : 1px;
	width : 800px;
}


.BUTTON
{
	background-color: Transparent;
	font-size:  small;
	font-family: Tahoma;
	font-style: inherit;
	color: White;
}
.buttonStyle
{
	background-color:Gray;
	border-color: Red;
	border-style: solid;
	border-width : 1;
	color : White;
	font-family : Tahoma;
	font-size :small;
	font-weight:bold;	
}
.warning
{
	background-color : Red;
	font-family : Tahoma;
	font-size : small;
	font-weight : bold;
	color : White;
	width : 800px;
	}


