/* CSS Document */
@charset "utf-8";

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
	  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height:20px;
	color:#333333;
	text-decoration: none;
	text-align:left;
   }
   
#fullheight{height:100%}

a,a:active,a:visited {
font-family : Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
color:#6e30c3;
text-decoration:underline;
}

a:hover {
font-family : Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
color:#afc9e2;
text-decoration:none;
}

.credit {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color:#333333;
	text-decoration: none;
}

.title {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#afc9e2;
	text-decoration: none;
	text-transform:lowercase;
}

