.blue {
	color: Blue
}
.bolder {
	font-weight: bold
}
.dblue {
	color: #00008B;
	font-variant: normal
}
.dblueb {
	color: Navy;
	font-weight: bolder
}
.larger {
	font-size: larger
}
.maroon {
	color: Maroon
}
.red {
	color: Red
}
.smaller {
	font-size: smaller
}
a:active {
	color: Red
; font-weight: bold
}
a:link {
	color: Blue
; font-weight: bold
}
a:visited {
	color: Blue
; font-weight: bold
}
b {
	font-weight: bolder
}
blockquote {
	font-weight: normal;
	margin: 3em
}
body {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	line-height: 100%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	background: #ffffcc url(images/slftbg.jpg) repeat fixed;
	list-style-position: outside
}
br {
clear: both
}
h1 {
	font-size: xx-large
}
h2 {
	font-size: x-large
}
h3 {
	font-size: large;
	margin : 0 0;
}
h4 {
	font-size: medium
}
h5 {
	font-size: small
}
h6 {
	font-size: x-small;
	margin : 0 0;
}

hr {
	color: #009900;
	line-height: 2px
}
i {
	font-style: italic
}
strong {
	font-weight: bold
}
ul {
	list-style-type: square
}.vsmall {  font-size: xx-small; line-height: 150%}
.green {  color: #009900}
.white {  color: #FFFFFF}
.keycaps {  font-family: Keycaps; font-size: larger}
.italic {  font-style: italic}
.lgredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

A.lgredit:link, A.lgredit:active, A.lgredit:visited, A.lgredit:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;

}