/* djkeu.css - stylesheet djkeu.nl - Marc Kooij @30-3-2009 */

/* opmaak body */
 body 
{color: white; background-color: black; font-family: arial; margin-left: 10%; margin-right: 10%}

/* de allesomvattende div */
div.container 
{text-align: center; margin-top: 40px; margin-bottom: 15px}

/* logo in de menubalk*/
.logo
{margin-right: 60px; font-size: 40; font-weight: bold}

/* de links in de menubalk*/
a.menubalk:link 
{color: white; background-color: black; font-size: 20; text-decoration: underline overline}
a.menubalk:visited 
{color: white; background-color: black; font-size: 20; text-decoration: underline overline}
a.menubalk:hover 
{color: black; background-color: white; font-size: 20; text-decoration: underline overline}  
a.menubalk:active 
{color: white; background-color: black; font-size: 20; text-decoration: underline overline}

/* standaardlinks*/
a:link 
{color: white; background-color: black; font-size: 12; text-decoration: underline}
a:visited 
{color: white; background-color: black; font-size: 12; text-decoration: underline}
a:hover 
{color: black; background-color: white; font-size: 12; text-decoration: underline}  
a:active 
{color: white; background-color: black; font-size: 12; text-decoration: underline}

 
