/* Satellite Geodesy CSS v.1.0 */
/* by Rob Newman */

/* REDFINED HTML TAGS */

h1 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #1C2A54;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

h2 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	margin-left: 10px;
}

p, ul, td {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 5px;
	list-style-image: url(/WWW_images/template_images/bullet.gif);
}

/* CSS SELECTORS */

a:link, a:active {
	color: #99CCFF;
}

a:visited {
	color: #1C2A54;
}

a:hover {
	color: #9C0;
}


/* CUSTOM TAGS */

.footer {

}.author {
	color: #9999CC;
}
.caption {
	font-style: italic;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
}
.code {
	font-family: Courier, mono;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
