body {
	margin-left: 70px;
	margin-right: 70px;
    background-color: #FFF;
}

body, p {
	font-family: Verdana, sans-serif;
}

table, th, tr, td, blockquote p, #news .posted {
	font-family: Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
}

a:link, a:hover, a:active, a:visited {
	color: #CC3300;
	text-decoration: none;
    border-bottom: 1px solid #DDD;
}

body, p, ul, ol, li, tr, th, td {
	font-size: small;
}

p {
	line-height: 140%;
}

ul li {
	list-style-type: square;
	line-height: 130%;
}

img {
    border: 1px solid #DDD;
    position: relative;
    float: left;
    margin-right: 8px;
    margin-bottom: 5px;
}

.warning {
    background-color: #FAEBE6;
    padding: 3px;
}

/* Project blog rules */

#news .posted {
	font-style: italic;
	font-weight: bold;
	font-size: x-small;
}

/* link-o-matic jr. rules */

dl.lj-list, dl.lj-list dd, dl.lj-list dt {
    margin-left: 0px;
    padding-left: 0px;
}

dl.lj-list dt, dl.lj-list dd {
}

dl.lj-list dt {
    font-weight: normal;
    margin-bottom: 0px;
}

dl.lj-list dd {
    font-style: italic;
    margin-bottom: 3px;
}

