p.title
{
	font-family:Times New Roman;
	font-size:x-large;
	font-weight:bold;
	
}
.divtitle
{
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bold;
	text-decoration: underline;
	color: #FF0000;
	
}
.content
{
	color:Black;
}
td.content
{
	padding:2px,2px,2px,2px;
	font-size:small;
}
a:active.content
{
	color:Red;
}
a:link.content
{
	color:Red;
}
a:hover.content
{
	color:Red;
}
a:visited.content
{
	color:Red;
}

.devnote
{
	color:Red;
	font-size:smaller;
}
a:active.devnote
{
	color:Red;
}
a:link.devnote
{
	color:Red;
}
a:hover.devnote
{
	color:Red;
}
a:visited.devnote
{
	color:Red;
}

.comment
{
	color:Green;
}
a:active.comment
{
	color:Green;
}
a:link.comment
{
	color:Green;
}
a:hover.comment
{
	color:Green;
}
a:visited.comment
{
	color:Green;
}

