/*! @file color.css
 *  @brief Website Cascading Style Sheet (darkside v3)
 *  @author Simon Brunel - Allegorithmic
 *  @note This file is part of the Allegorithmic Template Website project
 *  @date 20070404
 *  @copyright Allegorithmic - All rights reserved
*/

fieldset legend
{
	background-color:transparent;
	color:#669933;
}

h1, h2, h4
{
	color:#000000;
}

h3
{
	color:#669933;
}

#Page a
{
	color:#669933;
}

#Page a:hover
{
	color:#336600;
}