﻿html, body {background-color:#FFFFCC}


p {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
body {
	position:relative;/* for ie7*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#FFFCC;
	font-size:75%;
}

.header h1 {
	padding:5px;
	margin:0px;
}

.normalbox {
	border: 2px solid #D2A800;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

.title {
	font-weight: bold;
	font-variant: small-caps;
	background-color: #FFE16C;
	text-align: center;
	margin: 0px;
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	display: block;
	font-size: 16px;
}


a:link {font-weight: bold;}   
a:visited {color: #0099FF}
a:hover {
	color: #000000;
	background-color: #FFCC00;}  
a:active {color: #FF3300} 

ul {
	margin-top:0px;
	line-height: normal;
}

.tight p {
	padding:0 0 20px 0;
}

.boringlink a:visited {color: #0000CC;
                       font-weight: bold;}
                       
.favlink {
	text-decoration: underline;
	color: #0000cc;
	font-weight: bold;
	cursor: hand;
	}


.aside {
	background-color: #FFFFFF;
	border: 2px dotted #FF3333;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.asidetitle {
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #993300;
	font-size: 120%;
}

.smallbox {
	border: 2px solid #D2A800;
	background-color: #FFFFFF;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}

img {
	margin:0;
	padding:0;
}


.highlight {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 120%;
	color: #990000;
}

form {
	margin: 0px;
	padding: 0px;
}

.smaller {font-size: 80%;}
.bigger {font-size: 120%;}
table {font-size: 100%;}


h2 {
	font-weight: bold;
	background-color: #FFE16C;
	text-align: left;
	padding-left: 9px;
	padding-right: 9px;
	margin: 0px;
	display: block;
	font-size: 16px;
}

acronym {
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #FF0000;
	cursor: help;
	background-color: #FFD9D9;
}

.navbox {
	border: 2px dashed #0033CC;
	background-color: #D2E9FF;
	margin-top: 5px;
	margin-bottom: 5px;
}

blockquote {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	white-space: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}


.notunderlined a:link { text-decoration: none }
.notunderlined a:visited { text-decoration: none }
.notunderlined a:hover { text-decoration: none }
.notunderlined a:active { text-decoration: none }


.pagecontents-title {
	background-color: #CCCCCC;
	display: block;
	font-size: 14px;
	font-weight: bolder;
}

.youarehere {
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 2px groove #000066;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-weight: bold;
	background-color: #FFE16C;
	text-align: left;
	padding-left: 9px;
	padding-right: 9px;
	margin: 0px;
	display: block;
	font-size: 16px;
}

#content h1 {
	font-size: 150%;
	background-color: #004284;
	padding-left: 5px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	margin-bottom: 12px;
	border: 3px outset #0D6DFF;
    }

#friendfeed .feed .entry .body .title {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-size:x-large;
}

.comfy {padding:7px}

.smaller-comfy {
	margin:7px;
	font-size:75%;
}


.fltlthalf {
	float:left;
	width:50%;
}
.fltrthalf {
	width:50%;
	float:right;
}

.fltlt {
	float:left;
}

.maroon-right {
	color:#800000;
	text-align:right;
}

.testything {
	background-color:fuchsia
}



