@charset "UTF-8";
/* CSS Document */
html{ height:100%; }
body{ margin:0; padding:0; height:100%; color:#FFFFFF; }
a	{ color:#000000; border:none; }
img { border:none; }

a:link{ text-decoration:underline; }
a:visited{ text-decoration:underline; }
a:active{ text-decoration:underline; }
a:hover{ text-decoration:none; }


h5{
	font-size:10px;
	font-weight:normal;
	margin-bottom:20px;
	border:#DDDDDD solid 1px;
	background-color:#EEEEEE;
	padding:10px;
}
