
/*all presentation instructions for everything unless overidden ...*/
body
{
font-family:arial, 'sans serif'; 
background-color:#f0f0f0;
width:650px;
}

/*Major Screen segments*/
#header
{
position:relative;
text-align:center;
}

#nav
{
position:relative;
text-align:center;
}

#content
{
position:relative;
}

#revision
{
position:relative;
text-align:left;
}

#footer
{
position:relative;
text-align:center;
}

/* new scheme, created as needed ...
text12
pos 1=l/r/c/j for text-align
pos 2=s/m/l for font-size -> small-70, norma-l100, large-130
*/
.textcs {
text-align:center;
font-size:80%;
}
.textcm {
text-align:center;
font-size:100%;
}
.textcl {
text-align:center;
font-size:120%;
}

.textjs {
text-align:justify;
font-size:80%;
}
.textjm {
text-align:justify;
font-size:100%;
}

.heads {
text-align:left;
font-size:80%;
text-decoration: underline;
}
.headm {
text-align:left;
font-size:100%;
text-decoration: underline;
}
.headl {
text-align:left;
font-size:120%;
text-decoration: underline;
}

/*----------*/

h1 {
font-size: 200%;
text-align:center;
}
h2 {
font-size: 130%;
text-align:center;
}
h3 {
font-size: 120%;
text-align:center;
}
h4 {
font-size: 100%;
text-align:center;
}

a:link    {color:blue}
a:visited {color:red}
a:active  {color:red}
a:hover   {color:red}

img.t {vertical-align:text-top}
img.c {vertical-align:middle}
img.b {vertical-align:text-bottom}

/* ----------------------------*/

