body {
	 background-color: #DCDCDC; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #336699;
}

a {
	color: #3366CC;
	text-decoration: none;
}


textarea, input	{
	/* background-color:#EFEFEF; */
}


a:hover {
	color:#000000;
	
	
}

a:active {
	color:#0000FF
}

h1	{
	color:#333333;
	font-size:large;
}

h2	{
	color:#333333;
	font-size:larger;
}

em	{
	font-family:"Courier New", Courier, monospace;
	
	font-style:normal;
	
}

p.comment	{
	font-style:normal;
	background-color:#D0D0D0;

}

p.menu	{	
	font-size:14px;
	
}

p.menu:hover	{
	background-color:#FCFCFC;
	
}

span.name	{
	font-weight:bold;
}

#sidebar	{
	position:relative;
	float:left;
	width:15%;
}
#main	{
background-color:#E0E0E0;
	position:relative;
	color:#000000;
	float:left;
	width:85%;
}

#comments	{
	
}

#input_name	{
	
}

img	{
	width:120px;
	height:80px;
}

img:hover	{
	width:200px;
	height:133px;
}

span.warning	{
	color:#FF0000;
	font-weight:bold;
	font-size:large;
}

dd 	{
	margin:15px;


}
