/************************************************/
/* style.css  -  Style Sheet for groundstation  */
/************************************************/

body {
	margin: 0;
	background: #FFFFFF;
	color: #000000;
	text-align: justify;
	font-family: helvetica,lucida,serif;
	font-style: normal;
	font-weight: normal;
}

A:link {
	text-decoration: none; 
	color: #0042FF; 
	font-family: helvetica,lucida,serif;
} 

A:visited {
	text-decoration: none;
	color: #0000AA
} 

A:hover {
	text-decoration: underline;
	color: red;
}

A:active {
	color:red;
}

.goalb {
	color: #4f515b;
	text-align: justify;
	font-family: helvetica,serif;
	font-weight: bold;
	font-size: 100%;
}

.fright {
	float : right;
}

.fleft {
	float: left;
}

.bold {
	font-weight: bold;
}

.cent {
	text-align: center;
}
