 weblog.css
File Type: ASCII C program text, with CRLF line terminators

p {
  font-size: 12px;
}

/*/*/a{}
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body p {
    font-size: small;
}
/* */

/*
	Default page values
*/
body { 
 background-color: skyblue; 
 margin-left: 10px; 
 margin-right: 10px; 
 margin-top: 10px; 
 font-size: small; 
 font-family: verdana,trebuchet,sans-serif; 
 color: black;
}

/*
	Links
*/
a:link { 
 color: blue; 
 font-size: small; 
 font-weight: bold; 
 text-decoration: none; 
}

a:visited { 
 color: gray; 
 font-size: small; 
 font-weight: bold; 
 text-decoration: none; 
}

a:active { 
 color: green; 
 font-size: small; 
 font-weight: bold; 
 text-decoration: none; 
}

a:hover { 
 color: red; 
 font-size: small; 
 font-weight: bold; 
 text-decoration: none; 
 background: url(http://tpg1.com/graphics/animarrow.gif) repeat-x 100% 100%;
}

BLOCKQUOTE {
 color:white;
 background-color:navy;
 padding:10px;
 font-size : small;
}   

/*  
    Hyperlinks that appears in the member navbar:
    login, register, calendar, etc.
*/
.loginText, .loginText a:link, .loginText a:active, .loginText a:visited, .loginText a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   xx-small; 
 font-weight: bold;
}
.loginText a:link    { color:  #003399; }
.loginText a:visited { color:  #003399; }
.loginText a:active  { color:  #999999; }
.loginText a:hover   { color:  #cccccc; } 


#menu {
 width: 190px;
 overflow: auto;
 float: left;
 font: small verdana,trebuchet,sans-serif;
 padding-right: 5px;
 text-align: left;
 color: black;
 padding-bottom: 30px;
 border-right: 1px dotted #999;
}
#content {
 float: left;
 text-align: left;
 margin-left: 5px;
 margin-bottom: 60px;
 padding-bottom: 30px;
 padding-left: 5px;
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: small; 
 color: black;
}

.menuitems {
 padding-top : 15px;
 padding-bottom : 15px;
 border-bottom : 1px dotted #999;
}

.menutitle {
   color:black;
   font-size:small;
   font-weight:bold;
   padding:2px;
   margin-top:20px;
   letter-spacing: .3em;
   background:gold;
}

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   x-small;
 color:  black;
background-color: gold;
 font-weight: normal;
}

H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   large;
 color:       black;
 font-weight: bold;
}

H3 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   medium;
 color:       black;
 font-weight: bold;
}

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   small;
 color:       black;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}
H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   x-small;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}


.smText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   xx-small;
 color:       black;
 font-weight: normal;
}


.medText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   x-small;
 color:       black;
 font-weight: normal;
}


.lgText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   small;
 color:       black;
 font-weight: bold;
}

input {
 font : bold 11px/12px verdana,trebuchet,sans-serif;
 border : 1px solid #999999;
 color : black;
 background-color : #eeeeee;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 200px;
}

input:focus {
 background-color : #ffffff;
}

input.button {
 color : white;
 background-color : #000000;
}

.side {
		font-family:verdana, geneva, arial, sans-serif;
		color:#333;
		font-size:x-small;
		font-weight:normal;
  		background:khaki;
  		line-height:140%;
  		padding:2px;				
		}	
		
.sidetitle {
		font-family:verdana, geneva, arial, sans-serif;
                                color:black;
		font-size:small;
		font-weight:bold;
  		padding:2px;
  		margin-top:20px;
		letter-spacing: .3em;
  		background:gold;
  		}


textarea {
 border: 1px solid #999999;
 margin-bottom: 10px;
 color: black;
 background-color: #eeeeee;
 font: 11px/16px verdana,trebuchet,sans-serif;
}

textarea:focus {
 background-color : #ffffff;
}

.pulldown {
 font-family: trebuchet,Verdana, sans-serif;
 font-size:small;
 font-weight: bold;
 color:	#333333;
 border-top: #000000 1px solid; 
 border-left: #000000 1px solid; 
 border-right: #000000 1px solid; 
 border-bottom: #000000 1px solid;
}

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


