body {
	margin:0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:#001256;
}

a.menu {
	text-decoration: none;
	color:#ffffff;
}

a:hover {
	text-decoration: underline;
}

p.title {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 34px;
	color:#001256;
	margin-bottom:5px;
}

p.comment {
	font-size:14px;
	font-style:Verdana;
	margin-top:0px;
}

/* ******************** Forms ************* */

select {
	background: #e5e5ff;
	border:     1px solid #a8b0bf;
	font-size:  12px;
}

input {
	background: #e5e5ff;
	border:     1px solid #a8b0bf;
	font-size:  12px;
}

input.enter {
	background:  #d0d0d0;
	border:      1px solid #a8b0bf;
	font-size:   16px;
	font-weight: bold;
}

input.enter:hover {
	background:  #b8b8b8;
}

textarea {
	background: #e5e5ff;
	border:     1px solid #a8b0bf;
	font-size:  12px;
}

