@charset "utf-8";

/*Links on Red Background */

.redbackground a:link {
	color: #FFFFFF;
	text-decoration: none;
	}


.redbackground a:visited{
	color: #000000;
	text-decoration: none;
	background: none;
	}


	
.redbackground a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #252525;
	}



.redbackground a:active{
	color: #000000;
	text-decoration: none;
	}

	
.redbackground body {
	font-size: x-small;
	text-align: center;
	}	
	
	
body{
	font-size: 60%;
	text-align: center;
}

