/* Layout of dsp pages at katjaas.nl. Colors are in another file. */


/***************** BODY classes **********************/

BODY{
font-family: sans-serif; /* "courier new", monospace; */
font-size: 1.1rem;
text-align: left;
line-height: 1.5rem;
margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}


/************** PARAGRAPH classes ********************/

P{
max-width: 40rem;
margin-top: 0px;
margin-bottom: 20px;
font-size: 1.1rem;
text-align: left;
}


/************** FONT BIG and SMALL classes ***********/

BIG{
font-size: large;
font-weight: normal;
line-height: 130%;
}

SMALL{
font-size: 1rem;
font-weight: normal;
line-height: 130%;
}


/************** FONT STYLE classes *******************/

I{
font-style: oblique;
font-weight: normal;
line-height: 130%;
}

B{
font-weight: bold;
line-height:130%;
}


/************** HEADING classes **********************/

H1{
font-size: x-large;
font-weight: normal;
line-height: 130%;
text-align: left;
}


/************** DIV classes **************************/

DIV{
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
z-index: -1;
}

DIV.right{
float: right;
margin-left: 20px;
margin-right: 20px;
text-align: left;
z-index: -1;
}


/************** IMG classes **************************/

IMG{
margin-left: 20px;
margin-right: 20px;
}


/************** TABLE classes ************************/

TABLE{
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
vertical-align: top;
text-align: center;
line-height: 130%;
font-size: 95%;
}

TABLE.indent{
width: 90%;
margin-left: 10%;
padding: 0px;
border: 0px;
vertical-align: top;
text-align: center;
line-height: 130%;
}


TBODY{
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
vertical-align: top;
line-height: 130%;
}

TD{
vertical-align: top;
}


/****************** list style classes *****************************/



