@font-face {
    font-family: 'rsuregular';
    src: url('fonts/rsu_regular-webfont.eot');
    src: url('fonts/rsu_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rsu_regular-webfont.woff') format('woff'),
         url('fonts/rsu_regular-webfont.ttf') format('truetype'),
         url('fonts/rsu_regular-webfont.svg#rsuregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family:'arial', tahoma;
	color:grey;
}
h1, h2 , h3, h4, h5, h6{
	font-family: rsu;
}
a{
	text-decoration:none;
}
.center{
	text-align:center;
	margin: auto;
}
.middle{
	height:400px;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
}
#oldsite{
	float:left; 
	width:50%;
	color:goldenrod;
}
#newsite{
	float:left; 
	width:50%;
	color:deepskyblue;
}
.c1{
	color:goldenrod;
}
.c2{
	color:deepskyblue;
}