a,
a:link 
a:active {
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: #FFFF00; 
   color: #000000;
}

a:visited {
   background-color: #FFFF00;
   color: #000000;
}


/* remove underline on hover and change color */
a:hover {
   background-color: #FFFF00;
   color: #000000;
}

/*****************
basic layout 
*****************/
body {
   background-color: #FFFF00;
   color: #333;
}

/* center wrapper, min max width */
div#pagewrapper {
   background-color: #FFFF00;
   color: black;
}

#daa_logoarea h1  a {
/* you can set your own image here */
   background: url(images/yellow/daa_logo.gif) no-repeat 25px 10px; 
}
#daa_home_slogan a:link {color:#FFFF00;background:transparent;}
#daa_home_slogan a:visited {color:#FFFF00;background:transparent;}
#daa_home_slogan a:hover {color:#FFFF00;background:transparent;}

.daa_background_yellow {background-color:#FFFF00;}
.daa_background_blue {background-color:#000000;}
.daa_background_white {background-color: #FFFF00;}
.daa_color_yellow {color:#000000;}
.daa_color_red {color:#000000;}
.daa_color_blue {color:#000000;}
.daa_color_white, a.daa_color_white:link, a.daa_color_white:visited, a.daa_color_white:hover {color:#FFFF00;}
.daa_color_grey {color:#000000;}
.daa_color_lightgrey {color:#000000;}
.daa_color_pink {color:#000000;}

#daa_toolbox_left {background: #fff url(images/yellow/toolbox_left.jpg) no-repeat left;}
#daa_toolbox_right {background: #fff url(images/yellow/toolbox_right.jpg) no-repeat right;}
#daa_toolbox_content {background: #fff url(images/yellow/toolbox_bkg.jpg) repeat-x;}
a.toolboxlink:link, a.toolboxlink:visited {color:#000000;border-right:2px solid #000000;background: #FFFF00;}
a.toolboxlink:hover {color:#000000;border-right:2px solid #000000;background: #FFFF00;}
a.nolink:link, a.nolink:visited, a.nolink:hover {cursor:default;}
#tool_1 {background:url('images/yellow/icon_access.gif') no-repeat 50% 0px;}
#tool_2 {background:url('images/yellow/icon_sitemap.gif') no-repeat 50% 0px;}
#tool_3 {background:url('images/yellow/icon_keyboard.gif') no-repeat 50% 0px;}
#tool_4 {background:url('images/yellow/icon_textonly.gif') no-repeat 50% 0px;}

#daa_footer {border-top:1px dotted #000000;}
#daa_footer p {color:#000000;}
a.footerlink:link, a.footerlink:visited {border-right:1px solid #000000;background: #FFFF00;}
a.footerlink:hover {border-right:1px solid #000000;background: #FFFF00;}

.linkblock h2 a:link, .linkblock h2 a:visited {color:#000000;background: #FFFF00;}
.linkblock h2 a:hover {color:#000000;background:#FFFF00;}
.linkblock p {color:#000000;}
#conventions_box {border:1px solid #000000 !important;color:#000000;}

#searchfield {color:#000000;border:1px solid #000000;background:#FFFF00;}

#daa_menulist li {border-right:1px solid #000000;}
#daa_menulist li a:link, #daa_menulist li a:visited {color:#000000;background: #FFFF00;}
#daa_menulist li a:hover {color:#000000;background: #FFFF00;}

/*DAA PAGE*/
#daa_leftmenu {background:#000000;}
a.leftlink {background:transparent;}
a.leftlink:link, a.leftlink:visited {color:#FFFF00;background:#000000;}
a.leftlink:hover {color:#FFFF00;background:#000000;}
a.leftlink_active {background:#FFFF00 !important;color:#000000 !important;} 
#daa_page_left_tools a:link, #daa_page_left_tools a:visited {background: #FFFF00;border-bottom:1px dotted #000000;}
#daa_page_left_tools a:hover {background: #FFFF00;border-bottom:1px dotted #000000;}

#daa_page_content {color:#000000;}
#daa_page_content_holder h2.daa_page_name {color:#FFFF00 !important;background:#000000 !important;}

#daa_page_content span {color:#000000 !important;}
#daa_page_content p {color:#000000 !important;}
#daa_page_content a:link {color:#000000 !important;}
#daa_page_content a:visited {color:#000000 !important;}
#daa_page_content a:hover {color:#000000 !important;}
#daa_page_content a span {color:#000000 !important;}

/*additions*/
input, textarea {background: #FFFF00;}
input, textarea {border:1px solid #000000;}
html, textarea {
scrollbar-3dlight-color:#FFFF00;
scrollbar-arrow-color:#FFFF00;
scrollbar-base-color:#FFFF00;
scrollbar-darkshadow-color:#FFFF00;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#FFFF00;
scrollbar-shadow-color:#FFFF00;
}
