/* James McHale home page: Standard Style Sheet */

/*General formatting, text and back ground */
BODY
{
	/*COLOR: #022041;*/
	color: #000000;
	text-decoration : none;
	background-color : #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size : 8px;
	font-weight : normal;
}

TD, TH, FORM
{
	/*COLOR: #302F2F;*/
	color: #000000;
	letter-spacing: 1px;
	text-decoration : none;
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size : 8px;
	font-weight : normal;
}

/*Standard hyperlinks formatting*/
A
{
    COLOR: #000000;
    text-decoration : none;
}

A:hover
{
    COLOR: #CC0000;
    text-decoration : underline;
} 

/* Top of screen header */
#header TD
{
	background-color : #CC0000 ;
}

#footer TH
{
	background-color : #CC0000;
	color: #ffffff;
	TEXT-ALIGN: center;
	font-family: Tahoma, sans-serif;
	font-size : 11px;
	font-weight : normal;
}

/* Selected moreover news feeds */
#contentfeed TH
{
	COLOR: white;
	text-transform : uppercase;
}

#contentfeed TD
{
	COLOR: white;
}

#contentfeed A
{
	COLOR: white;
}

#contentfeed A:hover
{
	COLOR: #CC0000; 
	TEXT-ALIGN: center;
}



/* Selected extra moreover news feeds */
#contentfeedXtra
{
	background-color : transparent;-
}

#contentfeedXtra TH
{
	COLOR: #000000;
	background-color : transparent;
}

#contentfeedXtra TD
{
	COLOR: black;
}

#contentfeedXtra A
{
	COLOR: black;
}

#contentfeedXtra A:hover
{
	COLOR: #CC0000;
	TEXT-ALIGN: center;

}


/*Menu formatting - links and bg colour */
#directory A
{
	COLOR: #000000;
	letter-spacing: 1px;
	font-family: Tahoma, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	TEXT-ALIGN: center;	
}

#directory A:hover
{
	COLOR: #CC0000; 
	letter-spacing: 1px;
	font-family: Tahoma, sans-serif;
	text-decoration : underline;
	font-size : 8pt;
	font-weight : normal;
	TEXT-ALIGN: center;
}


#directory TD, TR
{
	font-family: Tahoma, sans-serif;
	text-decoration : none;
	letter-spacing: 1px;
	color : #000000;
	font-size : 8pt;
	font-weight : normal;
	TEXT-ALIGN: left;
}


/* Email formatting */
#usermail
{
	color: #000066;
}

.unread
{
    COLOR: blue;
}

.error
{
    COLOR: red;
}

.navbar
{
    background-color : #CC0000;
}

.news
{

	background-color : #003063;
}




