
body {
//	background-image: url("../Images/Screen.jpg");
//	Background-color: #cccccc;
//	#grad {
//		background: red; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(left,white,white 50%,rgba(255,255,255,0)); /*Safari 5.1-6*/
//		background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
//		background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
//		background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); /*Standard*/
//	}

//	p.serif {
//		font-family: "Times New Roman", Times, serif;
//		font-size: 60px;
//	}
//	p.sansserif {
//		font-family: Arial, Helvetica, sans-serif;
//		font-size: 60px;
//	}
	p {
		font-size: 60px;
	}
}

header {
	background-color:white;
	font-family: "Times New Roman";
//	font-weight: bold;
	font-size:20px;
	color:black;
	height:85px;
	margin-left: 325px;
	text-align:left;
	padding:5px; 
}

nav {
	font-size:18px;
//	font-weight: bold;
	line-height:40px;
//	background-color:#eeeeee;
	height:300px;
	width:70px;
	text-align: left;
	margin-left: 80px;
	float:left;
	padding:5px;
	color: black;
}

a:link, a:visited {
	color: black;
}

section {
	width:700px;
	float:left;
//	background-color:#eeeeee;
	text-align:justify;
	margin-left: 170px;
	padding:0px 170px 0px, 0px; 
}

bold-Print {
	font-weight: bold;
}

smaller-Print {
	font-size:14px;
}

a:link {
//	color: #FFFFFF;
	color: black;
	text-decoration: none;
}


#footer a:visited {
//	color: #FFFFFF;
	color: black;
	text-decoration: none;
}