@charset "utf-8";

@media only screen and (max-device-width: 480px) {
  .navigation {
    display: none;
  }
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
	color:#FF3366;
	margin:0 0 0 4px;
	background-color:#000000;
	background-image:url(smoke_bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 0px 10px;
}
.titlename {
font-size:330%;
font-weight: bold;
color:#FF0000;
}
.profile
{
font-size:200%;
font-weight: bold;
color:#FFffff;
}
a {
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	}
	
