/*This is the central stylesheet for the Aikikan Norge web site */

body  { background-image: url('./images/Pergament.gif'); }

h1,h2,h3
{
color:black;
font-family: verdana, arial, 'sans serif'; 
}

p
{
color: black;
font-family: verdana, arial, 'sans serif';
}

.normal_font {font-weight: normal}
.bold_font {font-weight: bold}

.right_align { text-align: right; }
.center_align { text-align: center; }
.left_align { text-align: left; }

