@charset "UTF-8";
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	background-color: #0CC;
}
a:active {
	text-decoration: none;
}
/* CSS Document */

.main {
	width: 800px;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	font-family: MyHelvetica, sans-serif, Arial, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #0D0069;
	background-image: url(../images/logo.gif);
	height: 300px;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 80px;
	text-align: center;
}
/* FireFont Hackage - Only In The Mighty Fox 3.5 */

@font-face {
  font-family: MyHelvetica;
  src: local("Helvetica Neue"), 
       local("HelveticaNeue"), 
       url(MgOpenModernaRegular.ttf);
}
 
@font-face {
  font-family: MyHelvetica;
  src: local("Helvetica Neue Bold"), 
       local("HelveticaNeue-Bold"), 
       url(MgOpenModernaBold.ttf);
  font-weight: bold;
}