
/*   ----------------------------- General Specifications --------------------------------   */

body {
font-family: Comic Sans MS, Arial, Sans-serif;
font-weight: 400;
background: #FFF09B;
}
h2 {
color: #0000FF;
text-align: center;
font-size: 175%;
}
h3 {
color: #800040;
font-size: 125%;
}
p {
text-align: justify;
font-family: Gill Sans MT, Arial, Sans-serif;
font-size: 120%;
margin: 1cm 2cm 1cm 2cm;
}

li {
margin: 0cm 2cm 0cm 4cm;
}
li a {
color:; #0000FF text-decoration: none;
}

/*  ------------------------------------   #ID Specs   ----------------------------------    */ 

#left_side {
  float: left;
  width:160px;
  border:0px dashed #cccccc;
}
#page_footer {
  height: 10px;
  background: #C09FEC;
  clear: both;
  border: 6px ridge #8000FF;
}
#page_footer p {
  padding-top:5px;
  text-align:center;
  font-family: verdana;
  font-size: 10px;
  line-height:14px;
  color:#FFF09B;
}

/*  ------------------------------------   Class Specs   ----------------------------------    */ 

/*  Link Properties  */

A:link {
  color: #0000FF;  text-decoration: none;
}
A:visited {
	COLOR: #0000FF;
    text-decoration: none;
}
A:active {
	COLOR: #000000;
    text-decoration: none;
}
A:hover {
	COLOR: #C86000; font-weight: bold;
    text-decoration: underline;
}

.a_body li a {
	text-decoration: none;
    text-color: #0080FF;
    font-size: "4"
}

/*    Image Properties    */

img.left {
margin: 2px 10px 2px 0px;
}

img.right {
margin: 2px 0px 2px 10px;
}

img.mem_left {
float: left;
clear: both;
margin-left: 2px;margin-right: 20px;margin-top: 2px;margin-bottom: 2px;
}

img.mem_right {
float: right;
clear: both;
margin-left: 20px;margin-right: 2px;margin-top: 2px;margin-bottom: 2px;
}

/*    Table Properties    */

table.right {
  align: right;
  margin: 2px 0px 2px 10px;
}

table.center {
  align: center;
  margin: 2px 10px 2px 10px;
}

/*    Navigation Properties    */

.select {
  font-family: Berlin Sans FB Demi, Arial, Sans-serif;
  font-weight: bold;
  color: #800080;
  background: #FF80FF;
  text-align: center;
}

.a_button {
  border: 4px outset;
  padding: 3px 6px;
}

