
body, td, tr, table {
/* set defaults for stuff */
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


a:active {  color: #FF3333}
a:link {  color: #6633CC}
a:hover {  color: #3366FF}
a:visited {  color: #666699}

input.fixed {
	font-family: courier, fixed;
}


table.main {
	padding: 0px;
	margin: 0px;
	spacing: 0px;
}

td.main {
}

body.mainbodyimage {
	background-image: url(javienback.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

body.mainbody {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


/* "Forum" page  */

h3.heading {
/* font, colour */
}

p.content {
/* font, colour, link */
}

table.topics {
/* font, bgcolour, colours, links, tables */
}



/* "Search" page */

p.searchtext {
/* font, colour */
}

table.searchtable {
	background-color: #ddeeff;
	margin: 6px;
	padding: 6px;
	border: 0;
/* also font, colour */
}

tr.searchrow {
        background-color: #eeccee;
/* also font, colour */
}


/* Main stuff (mainbody, copyright, menu bar, forum title) */

body.mainbody {
/* bgcolour, colour, gen. font */
}

font.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
/* size, font, link, colour */
}

font.title {
    	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size: xx-large;
	font-weight: bold;
	text-decoration: none;
	color: #FF3333; /* pink */
}

table.menubar {
	margin = 2;
	padding = 7;
/* font, link, colour, padding, spacing */
}


/* messages / conversations / topics */

tr.messtitlebar {
	background-color: #6B4661; 
}

tr.topictitlebar {
	background-color: #602540;
}

tr.convtitlebar {
	background-color: #6B4661;
}

font.titlebarfont {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #FFFFFF;   
}

a.expandall {
        font-family: arial,helvetica,sans-serif;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
	font-size: 12pt;
}

a.nounderline {
        text-decoration: none;
	color: #000000;
}

a.nounderline:visited { color: #000000}

a.expand {
        font-family: arial,helvetica,sans-serif;
        font-weight: bold;
        text-decoration: none;
        font-size: 12pt;
}

a.linktitle {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: medium;
}

a.navlinks {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: none;
        font-size: 10pt;
}

table.nav_bar {
/* table settings */
}

font.navdate {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
/* font settings for navigation bar dates */
}

font.navnoclick {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: none;
        font-size: 10pt;
	color: 999999;
}

tr.primary {
	background-color: #EEEEEE;
/* font, colour */
}

tr.secondary {
	background-color: #DDDDDD;
/* font, colour */
}

tr.total {
	background-color: #eeeeff;
/* font, colour */
}

tr.white {
	background-color: #ffffff;
/* font, colour */
}



/* MSG */

font.metatype {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
}

font.messtitle {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: large;
	color: #770000;
}

font.metacontent {
/* whatever */
}

font.messagebody {
/* whatever */
}
