@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFFFCC;
}

.brs_welcome{
	margin-left:auto;
	margin-right:auto;
	width:600px;
	margin-top:100px;
	text-align:center;
	font-size:24px;
	line-height:40px;
	padding:20px;
	background-color:#33FF66;
	border-color:#003300;
	border-style:solid;
	border-width:thin;

}

a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#003300; text-decoration:underline;}
a:active {color:#000000; text-decoration:none;}