body {
        background-color: #F5F5F5;
}

table.margin {
	background-color: white;
	width:100%;
	height:100%;
	font-family:arial,verdana,sans-serif;
}

table.content{
	background-color: white;
	width:100%;
	height:100%;
	font-family:arial,verdana,sans-serif;
}

table.comments{
	background-color: white;
	width:100%;
	height:100%;
	font-family:arial,verdana,sans-serif;
}

table.outline{ 
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width:1000px;
}

td.content{
	background-color: white;
	font-family:arial,verdana,sans-serif;
}
td.links{
	text-align: center;
	background-color: white;
	font-weight: bold;
}
td.link{
	text-align: center;
	background-color: white;
	font-weight: bold;
	cursor: pointer; 
	cursor: hand;
}

td.startedBy {
    font-weight: bold;
	font-size: 80%
}

a {
	font-weight: bold;
	color: CC0033;
	text-decoration:none;
}

a.full {
	font-weight: bold;
	color: CC0033;
	text-decoration:none;
	font-size: 70%
}

p.title {
	font-weight: bold;
	color: blue;
	font-size: 150%
}

span.anonymous {
	font-weight: bold;
	color: blue;
	font-size: 80%
}

span.title {
	font-weight: bold;
	color: blue;
	font-size: 150%
}

div.maintext {
	font-size:0.9em
}

h1 {
	color: blue;
}

b {
	color: black;
}

i {
	color: black;
}

#commentText {
     width : 95%;
}



