@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-repeat:no-repeat;
	background-position:  center 50%;
	background-image:  url('images/me1.jpg');
	text-decoration: none;
	background-color: #25485B;
	overflow:hidden;
}
a:link{
text-decoration: none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration: underline;
}


