/* this is the overal page settings including default font etc */

body {font-family:georgia; font-size:10px; color:#333333;}

/* those were the overal page settings including default font etc */


/* these are the links */

a:link {color:#CC6699;text-decoration: none;}
a:visited {color:#CC6699;text-decoration: none;}
a:hover {color:#CC0033;text-decoration: underline;}
a:active {color:#CC6699;text-decoration: none;}

/* those were the links */


/* these are the general fonts */

.max-page-title {font-size: 20px;color:#666666;text-transform: uppercase;}
.max-title-biggest {font-size: 18px;color: #333333;}
.max-title-big {font-size: 16px;color:#333333}
.max-title {font-size: 14px;color:#333333}
.max-title-small {font-size: 13px;color:#666699}
.main-text-bold-colour {font-size: 11px;font-weight:bold;color:#6666CC;}
.main-text-bold  { color: #333333; font-size: 11px; font-weight: bold }
.main-text {font-size: 11px;color: #333333;	text-align: justify;}
.main-text-small {font-size: 10px;color:#333366;}

/* those were the general fonts */


.image-right {border: 0px none;	margin: 0px 0px 10px 10px;}
.image-left {border: 0px none;	margin: 0px 10px 10px 0px;}
.image-middle {border: 0px none;margin: 0px 10px 10px 10px;}
