.box {
	background-color: #EFFAFF;
	float: left;
	position:relative;
	border: 1px solid #A6B8E8;
	text-align: justify;
	margin:20px;
	padding: 3px;
}
.announce {
	background-image:url(background3.jpg);
	border: 1px solid #006699;
	padding: 3px;
}

body {
	font-family: Arial;
	font-size: 18px;
	text-align: center;
}

ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: .3em 0 0 1.5em;
    padding: 0;
    list-style-image: url(bullet.gif);
}

ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    line-height: 1.5em;
    margin: .3em 0 0 3.2em;
    padding: 0;
    list-style-image: none;
	color: #000099;
}

h1 {
	font-size: 18px;
	text-align:left;
	color:#3366CC;
}
h2 {
	font-size: 15px;
	color: #000099;
	text-align:center;
}
p {
	font-size: 12px;
    margin: .4em 0 .5em 0;
    line-height: 1.5em;
	color: #000099;
}
a {
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight:bolder;
	text-decoration:underline;
}
.hebbox {
	background-color: #EFFAFF;
	float: right;
	position:relative;
	margin:20px;
	border: 1px solid #A6B8E8;
	text-align: right;
	padding: 10px 15px 15px;
}
.input {
	background-color: #A9D1F5;
	border-top: none #2D6AA2;
	border-right: none #2D6AA2;
	border-bottom: thin solid #2D6AA2;
	border-left: none #2D6AA2;
	font-family: Arial;
	font-size: 12px;
	text-indent: 6px;
	color: #000099;
	font-family:Arial;
}