<!--
Innan var stilmallen uppbyggt kring en generell inställning för hela gästboken, tex samma typsnitt överallt, men nu är det nya stilmallen gjord
uppdelad så man kan ha olika stilar och färger på olika delar:

Om man tidigare hade stilmall fungerade en sk. <hr> avdelning mellan inläggen men nu måste den inställningen göras i stilmallen om man har valt extern stilmall.

Den nya stilmallen är uppbyggd på följande sätt:

Titel: class=title
Beskrivning: class=desc
Meddelande huvud class=header
Övre del av meddelande huvud  class=message
Nedre del av meddelande huvud  class=field
Text längst ner class=foot
Övrigt runt omkring (tex. sidänddring) class=body
Specifikt typsnitt på avsändarens namn class=poster 

Övrigt går det att modifiera hela ramen runt meddelanden med class=default
-->
P { font-family: arial; font-size: 12; font-style: normal; color: #000000; font-weight: normal;  }
a { font-family: arial; font-size: 12; font-style: normal; color: #000000; font-weight: normal;  }
td { font-family: arial; font-size: 12; font-style: normal; color: #000000; font-weight: normal;  }



body {
background-color: #637873;
background-image: url('layout/bakgrund/green.jpg');
scrollbar-base-color:#637873; 
scrollbar-arrow-color:#000000; 
scrollbar-3dlight-color:#637873; 
scrollbar-highlight-color:#000000; 
scrollbar-darkshadow-color:#637873; 
scrollbar-shadow-color:#000000; 
scrollbar-track-color:#637873;
}


a:link {
color:#000000;
font-size: 12;
font-weight: normal;
font-style: normal;
font-family: arial;
text-decoration: none
}
a:visited {
color:#000000;
font-size: 12;
font-weight: normal;
font-style: normal;
font-family: arial;
text-decoration: none
}
a:active {
color: #000000;
font-size: 12;
font-weight: normal;
font-style: normal
font-family: arial;
text-decoration: none
}
a:hover {
color: blue;
font-size: 12;
font-family: arial;
font-weight: normal;
font-style: normal;
text-decoration: underline
}

a.body:link {
color:#000000;
font-size: 12;
font-weight: normal;
font-style: normal;
font-family: arial;
text-decoration: none
}
a.body:visited {
color:#000000;
font-size: 12;
font-weight: normal;
font-style: normal;
font-family: arial;
text-decoration: none
}
a.body:active {
color: #000000;
font-size: 12;
font-weight: normal;
font-style: normal
;font-family: arial;
text-decoration: none
}
a.body:hover {
color: red;
font-size: 12;
font-family: arial;
font-weight: normal;
font-style: normal;
text-decoration: underline
}
