﻿@media screen {
  BODY { 
  font-family: arial, helvetica, sans-serif;
  }

table#content {
	margin:0 auto;
	width:600px;
	margin-bottom:50px;
}
.hr {
	border-bottom:solid 1px #cc0000;
	height:1px;
	width:100%;
	margin:10px 0 10px 0;
}
h1,h2,h3 {
	color:#cc0000;
}
.left {
	text-align:left;
}
.justify {
	text-align:justify;
}
.small {
	font:normal 10px/1.1em verdana,tahoma;
}

.arial {
	  font:normal 13px/1.15em arial, helvetica, sans-serif;
}
.gray {
		color:gray;
}

a img {
	border:0;
	margin-bottom:10px;
}
/* link layout */
a:link {color:#0000cc;text-decoration:underline}
a:visited {color:#003399;text-decoration:underline}
a:hover {color:#3366ff;text-decoration:underline}
a:active {color:#333399;text-decoration: underline}

.h{display:none;visibility:hidden;} 
}

