/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { background-color: rgb(204,187,153); background-image: url("../assets/images/bg_layout.gif"); background-repeat: repeat-y; background-position: top;}
 A:active { color: rgb(0,0,0); text-decoration: underline;}
 A:link { color: rgb(0,0,0); text-decoration: underline;}
 A:visited { color: rgb(0,0,0); text-decoration: underline;}
 P { font-family: Georgia, Palatino, 'Times New Roman', Times, Serif; font-size: 14px; color: rgb(0,0,0);}
 A:hover { color: rgb(204,102,0); text-decoration: underline;}
 
