/* styles for cst1251.ridgeewater.net website */

/* 
Ridgdewater maroon #A72238
Ridgewater dark maroon link rollover #531023
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/background.gif);
    padding: 10px;
    border: 5px solid #A72238;
    border-radius: 10px; 
}

/* unvisited link */
a:link {
    color: #A72238;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #A72238;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #531023;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: #531023;
	text-decoration: underline;
}

.sectiontitle {
	font-size: large;
}
.pagetitle {
	font-size: x-large;
	color: #000080;
}
.smaller {
	font-size: small;
}
.blue {
	color: #0000FF;
}
.code {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}
.italics {
	font-style: italic;
}

.box {
    max-width: 900px;
    background-color: white;
    padding: 10px;
}

.transbox {
    max-width: 900px;
    padding: 10px;
}

.smboxleft {
    padding-right: 10px;
    float: left;
}


/* End of file */

