﻿body{
	background-color:white; 
	margin-top: 0px; 
	font-family: "Times New Roman", Times, serif; 
	font-size:10pt; 
	color: #990033;
	width: 800px;
	
}

.english{
	color: #990033;
}

.greek{
	color: black;
}

a { text-decoration: underline; color: navy;} 
a:link { text-decoration: underline; color: navy;  }  
a:visited { text-decoration: underline; color: navy;  }  
a:hover {  text-decoration: underline; color: #990099;}  

.main{
	text-align: center;
}

.userform{
	
}

.form{
	text-align: left;
	color: black;
	margin-top: 20px;
	margin-left: 51px;
}

.form span{
	font-weight: normal;
}

.textbox{
	width: 200px;
}

.button{
	width: 150px;
}


.DataGridItem{
	width: 140px;
	height:20px;
	text-align:center;
	border: solid black thin;
	background-color: white;
}

.message{
	font-style: italic;
	color: red;
	margin-left: 1%;
	margin-bottom: 10px;
	display:block;
}

.help{
	text-align:left;
}

