/* 
    Document   : green
    Created on : 24-06-2010, 16:14:48
    Author     : mads
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	background: #050206 url('../images/green-background.jpg') top left no-repeat;
}

ul#topmenu a, ul#topmenu li.ma a {
	width: auto !important;
}

a   {
    color: #2D7928;
}

#column-right p.bodytext a    {
    color: #2D7928;
}

p.bodytext a i {
    color: #2D7928;
}

a em    {
    color: inherit;
}

#displaytype-menu a:focus	{
	color: #2D7928 !important;
}


