body 				{ background-color: #0cc; background-image: url(../blackbar_bkgnd.gif); background-repeat: repeat-y; margin: 0; }
.basic				{ font-family: Georgia, "Times New Roman", Times, serif; text-align: justify; }
h3 					{ color: #fff; font-size: 14pt; font-weight: bold; }
.box 				{ font-weight: bold; border: dotted 3pt #ff6; margin-top: 10% ; margin-bottom: 10%; padding: 10px;}
.smallprint 		{ color: #fff; font-size: small; }
hr 					{ border: solid 1px #ff6; }
a					{ color: #ff6; text-decoration: none; }
.mainpage			{ padding-right: 10%; padding-left: 10%; }
.fixed-ratio-resize { /* basic responsive img */
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}