
/* non - text elements */

pre {
        font-size: 1.1em;
	letter-spacing: .05em;
        font-family: "Bitstream Vera Sans Mono", Terminal, monospace, Courier, sans-serif;
        white-space: pre;
        background-color: black;
}


form {
	display:inline
	}
A:link, A:visited, A:active {
	color: #B4CEF7;
	text-decoration: none
	}
A:hover {
	color: #809fb0;
	text-decoration: none
	}
img {
	border: 0px
	}
body {
	margin: 10px 0px 0px 10px;
	}
table, td { 
	background-repeat: no-repeat
	}


/* font family declarations */

.large {
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.content, .small, .ssmall, .error , .grey{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}


/* font size declarations */

.content, .error {
	font-size: 14px;
        line-height: 1.4em;
}

.large {
	font-size: 20px
}

.small, .grey {
	font-size: 12px
}

.ssmall, {
	font-size: 10px
}

/* font color declarations */


.error {
	color: #f00
}

.content, .large{
	color: #FFFFFF
}

.grey {
	color: #787878
}
