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

body { 
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.box_right {
	padding:10px;
	height:450px;
	overflow:auto;
	text-align:left;
}

a {
	color:#333
}

a:hover {
	color:#CCC
}

.title
{
color:#6699ff;
}

.textarea
{ 
color:#333
}

