/* lgc.css cascaded style sheet for LGC web site */
/* (c) Gary Johnson, 2014 */
/* generic font families: serif, sans-serif, cursive, fantasy, monospace */

body {
background:#f5deb3;
font-size:small;
}

h1 {
font-size:150%;
font-family:verdana,sans-serif;
}

h2 {
font-size:125%;
font-style:italic;
font-family:verdana,sans-serif;
}

h3 {
font-size:100%;
font-style:italic;
font-family:verdana,sans-serif;
}

p {
margin:0.1em;
font-family:verdana,sans-serif;
}

frame {margin:8px;}

/* add 'class=' and a combination of the following to modify existing types */

/* font face */
.stencil{font-family:stencil,monospace;}
.georgia{font-family:georgia,serif;}

/* horizontal text alignment */
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.justify{text-align:justify;}

/* vertical text alignment */
.top{text-valign:top;}
.middle{text-valign:middle;}
.bottom{text-valign:bottom;}

/* size */
.xxsmall{font-size:xx-small;}
.xsmall{font-size:x-small;}
.small{font-size:small;}
.medium{font-size:medium;}
.large{font-size:large;}
.xlarge{font-size:x-large;}
.xxlarge{font-size:xx-large;}
.narrow{font-stretch:narrower;}
.wide{font-stretch:wider;}

/* slant */
.slant{font-style:oblique;}
.straight{font-style:normal;}

/* weight */
.light{font-weight:lighter;}
.bold{font-weight:bold;}
.xbold{font-weight:bolder;}

/* variants */
.firstcap{text-transform:capitalize;}
.lower{text-transform:lowercase;}
.upper{text-transform:uppercase;}
.smallcaps{font-variant:small-caps;}

/* color */
.blue{color:blue;}
.ltblue{color:cyan;}
.yellow{color: yellow;}
.red{color:red;}
.green{color:lime;}
.white{color:white;}

/* hyperlink coloring */
/*
a:link{color:blue;}
a:visited{color:magenta;}
a:hover{color:yellow;}
a:active{color:red;}
*/