body {
font-family:arial;
font-size:12px;
color:#000000;
background: #ffffff;
margin-top:30px;
margin-left:30px;
}
a {
text-decoration:none;
color:#000000;
}
a:hover {
color:#ff0000;
}
a:visited {
text-decoration:none;
color:#8d8d8d;
}
p.title {
color:#ff0000;
font-size:12px;
margin-left:40px;
}
p.maintitle {
color:#ff0000;
font-size:14px;

}



table {
font-family:arial;
font-size:10px;
color:#000000;
background: #FFFFFF;
}


p.u {
text-decoration:underline;
}


/*---  MAIN PAGE CONTENT ---*/
#content {
 width: 420px;
 float: left;
 text-align: left;
 margin-left: 20px;
 margin-bottom: 60px;
 padding-bottom: 30px;
 padding-left: 20px;
 voice-family: "\"}\"";
 voice-family: inherit;
 width: 390px;
}

body>#content {
 width: 420px;
}


/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
 font-family: arial;
 font-size:   12px;
 color:       #000000;
 font-weight: bold;

}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

H4 {
 font-family: arial;
 font-size:   12px;
 color:       #000000;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
 font-family: arial;
 font-size:   12px;
 color:       #000000;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}



/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #ff0000;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: arial;
 font-size:   10px;
 color:       #000000;
 font-weight: normal;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
 font-family: arial;
 font-size:   11px;
 color:       #000000;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}



/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        arial;
  font-size:          12px;
  height:             1.6em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        arial;
  font-size:          110x;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        arial;
  font-size:          10px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #ff0000;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-family:        arial;
  font-size:          10px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}
