/* $Id: //websites/unixwiz/ocliteracy.org/webroot/ocliteracy.css#3 $ */

BODY {
        FONT-FAMILY: verdana, arial, sans-serif;
}


/* the title of a page in the <head> section */
.title {
	font-size: 24pt;
	font-family: "Times Roman", Verdana, Arial;
	font-weight: bold;
	text-align: right;
}

.subtitle {
	font-size: 18pt;
	font-family: "Verdana";
	font-weight: bold;
	text-align: right;
}

/* the text in the footer at the bottom */
.footer {
	font-size: 10pt;
	font-family: "Verdana";
}

/* dimensions of our logo */
.sjflogo {
	height: 60px;
	width:  56px;
}

/* dimensions of the little red bricks */
.redbrick {
	height: 14px;
	width:  6px;
}

