p {
font-size : 18px;
font-family : helvetica;
color : #ffffff;
text-align : left;
margin : 0;
}

h1 {
font-size : 18px;
font-family : helvetica;
color : #ffffff;
text-align : left;
font-weight: strong;
margin : 0;
}

h2 {
font-size : 18px;
font-family : helvetica;
color : #ffffff;
text-align : center;
font-weight: bold;
margin : 5px 5px 5px 5px;
}

body {
font-size : 18px;
font-family : helvetica;
background-color:#212121;
}

a:link {
font-weight : normal;
font-size : 18px;
font-family : helvetica;
color : #ffffff;
text-decoration : none;
}

a:visited {
font-weight : normal;
font-size : 18px;
font-family : helvetica;
color : #ffffff;
text-decoration : none;
}

a:hover {
font-weight : normal;
font-size : 20px;
font-family : "helvetica", sans-serif ;
color : #c8e6c9;
background : normal;
text-decoration : underline;
}

a:active {
font-weight : normal;
font-size : 18px;
font-family : helvetica;
color : #ffffff;
text-decoration : bold;
}

hr {
height: 3px;
color: #607d8b;
background-color: #607d8b;
border: none;
width:80%;
text-align:"center";
}

#content {
	width:800px;
	height:690px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	border:3px solid #607d8b;
	background-color:#4caf50;
	}
	
#left1 {
float: left;
text-align: left;
width: 320px;
height: 465px;
margin: 10px 10px 10px 70px;
}

#left2 {
float: left;
text-align: left;
font-size : 12px;
width: 770px;
margin: 20px 20px 20px 20px;
padding:5px;
border:3px solid #607d8b;
background-color:#4caf50;
}

#topleft1 {
float: left;
text-align: center;
width: 590px;
margin: 10px 10px 10px 35px;
}

#topright1 {
float: left;
text-align: center;
width: 140px;
margin: 10px 10px 10px 10px;
}