
body, select, textarea, td, tr
{
	font-size: 16px;
	font-family:sans-serif;
        color: #5914E3;
        
}

html {overflow-y: scroll;}

h1
{	
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
        
}


html, body {
height: 100%;
/*background-color: #e6e2b8;*/
}

body {
margin:0;
padding:0;
height:100%;
} 

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



a {
    font-family:sans-serif;
text-decoration:none;
color:inherit;
}

a:hover {
text-decoration:underline;
color:inherit;
}

a:visited{
color:inherit;
}
