<!--
	/*	edug.css, based off of CYPHOR.CSS  */


	/* Style of body tag, color = text color; background = background color */
	body {
		color: #000000; 
		background-color: #ffffff
	}  	

	/* Paragraph Style Sheet, spaces paragraphs a little better for use in table cells and sets defaults for each paragraph, which is overwritten by the class, if used*/

	p  { font-style: normal; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding-left: 10pt }

	td  { font-style: normal; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding-left: 10pt }

	th	
	{
		font-style: normal;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		padding-left: 10pt;
		font-weight: bold;
	}


	/* These are the most frequently used styles.
		.b = standard bold style
		.redb = red bold style (example: dates of new posts are highlighted with this)
		.i = standard italic style
		.h = standard header style
		.bigh = big header
		.s = standard small style
		.sub = used for articles as a sub-paragraph
		.main = used for major sections in articles */
				
    .b { font-weight: bold }
    .redb { font-weight: bold; color: #990000 }
    .i { font-style: italic }
    .h { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold}
    .bigh { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold}
    .s { font-size: 10px; }      
    .sub  { padding-left: 30pt }
    .main  { padding-left: 0pt; font-weight: bold }
    
    /* The link style for messages in forum view */
    a {
    	color: #990000
    }
    a:visited {
    	color: #cc0000
    }
    a:hover {
    	color: #990000; background-color: #999999
    }
	
	
	/* This is for the bullets, don't change it */
	ul {
		font-style: normal; font-size: 12px; font-family: Arial, Helvetica, sans-serif;
		list-style-image: url(http://www.exstreamdialogue.org/images/list.gif);
		margin-bottom: 0px;
		margin-top: 0px;
	}
-->
