@charset "UTF-8";
/* CSS Document */

BODY
{color:black;
background-color:white;
font-family:Arial, Helvetica, sans-serif;
text-align:justify
font-size:14px;}

p{
  margin-top: 0px;
  margin-bottom: 0px;
}

a:link {text-decoration:none} 
a:link {color:#06F}
a:visited {text-decoration:none}
a:visted {color:black}
a:active {text-decoration:none}
a:hover {text-decoration:none}

#wrap {
width:960px;
height:1220px;
margin:0 auto;
}

#header {
width:960px;
height:200px;
text-align:center;
}

#picture {
width:960px;
height:600px;
text-align:center
}	

#body {
width:960px;
height:220px;
text-align:justify;
}

#footer {
width:960px;
height:200px;
text-align:center;
}


#blue {
	color:#06F;
}

#red {
	color:#C00;
}

#large {
	font-size:18px
	
