/* Basen */

body {background-color: white; cursor: default}
h1,h2,h3 {color: blue; text-align: center; backgroundcolor: white}
h4 {color: blue; text-align: center; backgroundcolor: white; text-decoration: none; font-size: xx-small}

/* Text */

.small {text-align: center; color: blue; font-size: xx-small}
.left {text-align: left;color: blue; font-weight: 100; font-size: 20px}
.center {text-align: center; color: blue; font-weight: 100; font-size: 20px}
.right {text-align: right; color: blue; font-weight: 100; font-size: 20px}
.centeredImage {text-align:center; margin-top:0px; margin-bottom:0px; padding:0px;}

/* Andra färger */

a {color: blue; font-weight: 100; font-size: 20px}
li,dd,dt {color: blue; backgroudcolor: white; font-weight: 100; font-size: 20px}

/* Blandat bra */

hr {width: 75%}
img {border: 0}

/* Tabels */

table {align: center}
td,th {color: blue; backgroudcolor: white; font-weight: 100; font-size: 20px}
td.center {text-align: center}
