/* Style guide for Filters Magazine (issue 3, at least!) 
*
* NOTE: had to make <br> and <p> use fonts!
*
*
*/



/* page defaults */
BODY {
    background: white;
    color: black;
    font-size: 12pt;
}
TD, P, BR, BODY {font-family: arial, helvetica, sans-serif}


/* links */
a:link	{color: #003399 }
a:visited	{color: #006699 }
a:active	{color: #ff0000 }

/* site color scheme */
.lightblue	{background-color: #00aacc}
.darkblue {background-color: #006699}
.lightgreen	{background-color: #99cc00}
.darkgreen	{background-color: #33aa33}
.orange	{background-color: #ff9900}
.brown	{background-color: #993300}
.lightred	{background-color: #ff6666}
.darkred	{background-color: #ff0000}
.gray	{background-color: #aaaaaa}
.black	{background-color: #000000}

.term {
    font-weight: bold;
    color: #003399;
    font-size: 110%;
}

.term a:visited {
	text-decoration: none
}

.term a:link {
	text-decoration: none
}

.term a:hover {
	text-decoration: underline
}

.termdate, .termpronunc, .termtype, .termorigin, .termurl, .termemail, .termsyn {
    font-size: 80%;
}

.title	{color: #006699}
.header {
    font-size: 130%;
    color: #33aa33;
}
.darkhead {
    color: #003399;
	font-weight: bold;
	font-size: 150%;
}
.hilite {
    font-size: 16pt;
    font-weight: bold;
}
.menu {
    font-size: 12pt;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.sidebar {
    color: white;
}



