
body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
	font-family: Verdana;
	font-size: 2vw;
/*	font-size: 100px;*/

/*	text-align: left;*/
/*	background-color: #7777cc;*/
background: linear-gradient(#7777cc, #7777ff);
}

p {
font-size: 2vw;
}
h1 {
/*font-size: 16px;*/
color: rgb(200,50,50);
}

#contentarea {
border-radius: 5px;
	top:  0;
	left:  5%;
	right: 10%;
/*	margin:  5;*/
	padding:  5;

	margin-left: 0%;
	margin-right:  10%;
/*	margin-bottom:  0;*/
	margin-top:  60px;
/*	padding:  30;
	left:  5%;
	right: 5%;
*/
	min-height:60%;
        height:auto !important;
background-color: rgb(255,249,116);
	font-size: 2vw;
/*	background-color: #eee;*/
/*background: linear-gradient( #cccccc,#ffffff);*/
	position:  relative;
/*	width: 90%;*/
}

#leftcolumn {
position: fixed;
border-radius: 5px;
	top:  0;
	left:  5%;
	right: 5%;
	margin:  5;
	padding:  5;
/*	width:  90%;*/
	background-color: #111111;
	color: #fff;
	font-styling: none;
	text-decoration: none;
	font-size: 2vw;
}

#leftcolumn a {
	color: #fff;
	font-styling: none;
	text-decoration: none;
	
}
#leftcolumn a:hover {
	color: #aaa;
}


td{
text-align:center; 
font-size: 1vw;
}

p{
/*font-size: 48px;*/
font-size: 1vw;

}