
/* You can import this style sheet by adding the line

<link rel="stylesheet" type="text/css" href=" URL for this document ">

to the HEAD section of your web pages. */


BODY {
    color:	Black;
    background-image:	url('http://www.cfqguild.com/green.jpg');
    background-attachment:	fixed
}

A:LINK {
    color:	blue;
}

A:VISITED {
    color:	red;
}


