/*------------------------------------------------*/
/*                                                */
/* http://gedanken.org.uk/ - Colours Style Sheet  */
/*                                                */
/* Using CSS2 - (Cascading Style Sheets, level 2) */
/*                                                */
/*------------------------------------------------*/


/*----------------------------------*/
/* Body HTML formatting             */
/*----------------------------------*/

BODY
{
 /* colours */

 background-color: #c0c0ff;
 color:            black;
}

A:link
{
 /* colours */

 color: #5656ca;
}

A:visited
{
 /* colours */

 color: #4b4bb1;
}

A:hover
{
 /* colours */

 background-color: #8181e4;
}


/*-----------------------------------*/
/* Header HTML formatting            */
/*-----------------------------------*/

DIV.header
{
 /* colours */
}


/*-----------------------------------*/
/* Footer HTML formatting            */
/*-----------------------------------*/

DIV.footer
{
 /* colours */
}


/*-----------------------------------*/
/* Sidebar HTML formatting           */
/*-----------------------------------*/

DIV.sidebar
{
 /* colours */
}

DIV.linkbox
{
 /* colours */

 background-color: white;
}


DIV.validhtml A:hover
{
 /* colours */

 background-color: #c0c0ff;
}


/*-----------------------------------*/
/* Content HTML formatting           */
/*-----------------------------------*/

DIV.content
{
 /* colours */

 background-color: white;
}

DIV.content A
{
 /* colours */

 background-color: #f0f0ff;
}

DIV.content A:hover
{
 /* colours */

 background-color: #8181e4;
}
