body {
	font-family:arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #eef8ff;
	color: #000;
	}

h1 { font-size: 1.4em; }
h2 { font-size: 1.0em; }

#borders {
	border: solid #003A4B 1px; 
	background-color: #f7def7;
}

#header {
	padding-top: 10px; 
	padding-bottom: 10px;
	}

#join-now {
	padding-top: 10px; 
	padding-bottom: 10px;
}

.text-description {
	text-indent: 15px; 
	padding: 5px 2px 5px 5px;
}

img {
	border: solid #112 1px;
}

#break {
	margin-top: 5px;
}

a:link {
	text-decoration: none;
	font-weight: bold; 
	color: red;
}     

a:visited {
	text-decoration: none;
	font-weight: bold; 
	color: red;
}  

a:hover {
	text-decoration: underline;
	color: #ff9900; 
}   

a:active {
	color: #ff9966; 
	text-decoration:none;
}   