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

body{
	background-color: #009999;
	width:600px;
	margin:13px auto;}
	
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-align:center;
	margin:3px;}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	margin:3px;}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;}

a{
	text-decoration:none;
	color:#FF6600;}

#frame{
	background-color:#FFFFFF;
	width:550px;
	border-spacing:0;
	border-style:none;}
	
.title_frame{
	border-width:5px;
	border-style:outset;
	border-color:#66CCCC;}

#content{
	border-width:5px;
	border-style:outset;
	border-color:#66CCCC;
	padding:13px;}

.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;}