/* Stylesheet für lfv-schutterwald.de */

BODY {
 background: #151515;
 color: black;
 font-family: Arial, sans-serif;
}

h1 {
 color: white;
 font-family: Verdana;
}

h2 {
 color: #151515;
 font-family: Verdana;
}

h3 {
 color: #151515;
 font-family: Verdana;
 font-decoration: underline;
}

img {
 border-color: #151515;
}

.small {
 color: #151515;
 font-size: smaller;
 font-weight: bold;
}

.darksmall{
 color: white;
 font-size: smaller;
 font-weight: bold;
}

/* LINK */

a:link {
 font-style: italic;
 text-decoration: none;
}
a:visited {
 font-style: italic;
 text-decoration: none;
}
a:active {
 font-style: italic;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

/* MENU */

a.menu:link {
 color: #000080;
 font-size: small;
 font-weight: none;
 text-decoration: none;
}
a.menu:visited {
 color: #000080;
 font-size: small;
 font-weight: none;
 text-decoration: none;
}
a.menu:active {
 color: #000080;
 font-size: small;
 font-weight: none;
 text-decoration: none;
}
a.menu:hover {
 font-weight: bold;
}