.mine {
font-family: "comic sans ms", "courier new", courier, monospace;
color: navy;
}

.sig {
color: red;
font-style: italic;
vertical-align: sub;
}

img.left {
float: left;
margin-right: 10px;
}

img.right {
float: right;
margin-left: 10px;
}

/* mjh's changes to MT css */

body {
margin: 0px;
padding: 0px; 
font-family: arial, sans-serif;
}
h1, h2, h3 {
font-family: "courier new", courier, monospace;
}
A {
} 
A:link {
} 
A:visited {
} 
A:active {
} 
A:hover {
}


/* banner */

#banner {
/* background-color: aqua; */
margin: 0px;
padding: 5px;
}
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
}
.description {
font-size: 120%;
font-weight: bold;
}	


/* main area */
#content {
/* width: 75%; 
float: right;*/
margin-left: 22%;
padding: 5px;
border-left: thin solid red; 
}


/* blog entries */

.blog {
}	
.blogbody {
}
.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active {
}
.blogbody a:hover {
background-color: blue;
color: white;
}
.title	{ 
}			
#menu {
}	
.date { 
}			
.posted {
font-size: 80%;
}
.extended {
}


/* sidebar */
#links {
/* background-color: #ffc; */
width: 20%;
float: left; 
padding: 5px;
text-align: right;
}

.side {
}	
.sidetitle {
}		
.syndicate {
}	
.powered {
}	


/* calendar */

.calendar {
}
.calendarhead {	
}	


/* comments */

#banner-commentspop {
}
.comments-head	{ 
}		
.comments-body {
}		
.comments-post {
}	


/* trackback */

.trackback-body {
}		
.trackback-url {
}
.trackback-post {
}

