/* CSS Document */

.text1
	{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	}
.andmed
	{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: black;
	}
.menyy
	{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	}
.pealkiri
	{
	font-family: Old English Text MT;
	font-size: 35pt;
	font-weight: bold;
	color: black;
	}
.pealkiri1
	{
	font-family: Old English Text MT;
	font-size: 30pt;
	font-weight: bold;
	color: black;
	}
.h3
	{
	font-family: Balthazar;
	font-size: 22pt;
	font-weight: bold;
	}
.h31
	{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;	
	}
a.one:link /* unvisited link */
	{
	color:#551A8B; 
	text-decoration:none;
	}   
a.one:visited /* visited link */
	{
	color:#551A8B; 
	text-decoration:none;
	} 
a.one:hover /* mouse over link */ 
	{
	color:#FF0000; 
	text-decoration:none;
	}   
a.one:active /* selected link */
	{
	color:#ff0000; 
	text-decoration:none;
	}
a.two:link /* unvisited link */
	{
	color:#0000ff; 
	text-decoration:none;
	}   
a.two:visited /* visited link */
	{
	color:#551A8B; 
	text-decoration:none;
	} 
a.two:hover /* mouse over link */ 
	{
	color:#FF0000; 
	text-decoration:none;
	}   
a.two:active /* selected link */
	{
	color:#ff0000; 
	text-decoration:none;
	}  
