@charset "utf-8";
/* CSS Document */


body {
	
	background-color:#f0bc8f; background-image:url(gif/paper.gif); background-position:top left; background-repeat:repeat;
	text-align: center;
	font-family:Times, New Roman, serif;
    font-size:14px;
    color:#000000;


}

#container {
	background-color:#fce1c2;
	width:800px;
	height:auto; 
	margin:auto; 
	border:solid 1px #666;

	
}

#header {
	
	width:800px;
	height:350px;
}

#content {
	
	width:780px;
	height:auto; 
	padding:10px;
    text-align:left; 
	vertical-align:top;
}
#button  {
	
	text-align:center; 
	vertical-align:top;
	font-size:25px;
}

a.class:link {
	font-family:Times, New Roman, serif;
    font-size:16px;
    color:#000000; 
	text-decoration:none;
}
a.class:hover{
	font-family:Times, New Roman, serif;
    font-size:16px;
    color:#000000;
    text-decoration:underline;
}
a.class:visited{
	font-family:Times, New Roman, serif;
    font-size:16px;
    color:#000000;
    text-decoration:none;
}
	
	
	
H1 {
	font-family:Times, New Roman, serif;
	font-size:16px; 
	text-align:center;
	}
