body	
	{
	margin : 25px 0px 0px 0px;
	background-color : #222222;
	font-size: 13px;
	line-height: 17px;
	}
	
h1
	{
	font-size: 20px;
	text-align: center;
	}

h2
	{
	font-size: 14px;
	text-align: left;
	}

blockquote
	{
	margin : 10px;
	padding: 10px;
	border-left: 3px solid #CCCCCC;
	}

.main	
	{
	margin : auto;
	width : 900px;
	height : 650px;
	border : 1px solid black;
	}

.menu
	{
	position:relative;
	top: 10px;
	left: 102px;
	}

.textarea
	{
	position:relative;
	top: -120px;
	left: 350px;
	padding : 10px;
	width :500px;
	height :540px;
	overflow :auto;
	border :solid 1px #676767;
	color:#999999;
	}

.tohome
	{
	position:relative;
	top: -90px;
	left: 845px;
	color:#676767;
	font-size: 12px;
	}

a
	{
	text-decoration: none;
	}

a:link 
	{
	color:#676767;
	}
	
a:visited
	{
	color:#676767;
	}
	
a:active
	{
	color:#FF0000;
	}
	
a:hover
	{
	color:#FF0000;
	}

