@charset "utf-8";
/* CSS Document */

body 
{
	font-family:Verdana, Geneva, sans-serif;
	background-color:#8F04A8; 
	color: #DCF900;
}

h1
{
font-size: 130%;
font-style: strong;
}

h2
{
font-size: 75%;
font-style: italic;
color: orange;
}

table
{
border:1px solid black;

}

a
{
color: #FF0000;


}
