/*
=====================================
 Astro stuff
=====================================
*/
img.astropic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
A img, img.nav {
        border: solid white 1px;
}
div.leftfloat > h1:first-child {
	padding-top: 0px;
	margin-top: 0px;
}
/* Copied from main.src */
.h1, .h2, .h3, .h4, .h5, p.byline, .h {
        color: HCOL;
}
.h {
        font-weight: bold;
}
input {
	background-color: #ccddee;
}
input.grey {
/*	background-color: #ddeeff;*/
	color: #666666 ! important;
}
