/* 
    Document   : purple.css
    Created on : 24-06-2010, 16:06:02
    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/purple-background.jpg') top left no-repeat;
}

a   {
    color: #7B227C;
}

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

p.bodytext a i  {
    color: #7B227C;
}
/* Sine: hvide links i kalender og nyhedsboksene */
div#calendarwidget a, div#newswidget a   {
    color: white;
}

div#calendarwidget p.bodytext a i, 
div#newswidget p.bodytext a i  {
    color: white;
}


