/* theme * stylesheet.css * */

html { -webkit-text-size-adjust: auto; }

a:link{	color:blue;text-decoration:none;font-size: 30px;	}

a:visited{
	color:black;text-decoration:none;
	}

a:active{
	color:red;text-decoration:none;
	}

a:hover{
	color:red;text-decoration:none;
	}

body{	background-color: #AEAEAE; font-family: Verdana, Arial, Helvetica; font-size: 30px; color: #000000;	}

table{	font-size:30px;
	}