
/* ------------------------ */
/* style for the whole site */
/* ------------------------ */

a.mainlinks:link, a.mainlinks:visited, a.mainlinks:active
   {
    background:      	transparent;
    color:           	black;
    text-decoration: 	none;
   }
a.mainlinks:hover
   {
    background:      	transparent;
    color:           	#999999;
    text-decoration: 	none;
   }
a:link, a:visited, a:active
   {
    background:      	transparent;
    color:           	blue;
    text-decoration: 	none;
   }
a:hover
   {
    background:      	transparent;
    color:           	black;
    text-decoration: 	underline;
   }
div.sitelinks
   {
    font-family:   	helvetica, verdana, arial;
    font-size:		12px;
    color:		black;
   }
.activepage
   {
    font-family:	helvetica, verdana, arial;
    font-size:		12px;
    color:		#999999;
   }
.titlewww
   {
    font-family:     	helvetica, verdana, arial;
    font-size:       	12px;
   }
.titlegr
   {
    font-family:     	helvetica, verdana, arial;
    font-size:       	16px;
    font-weight:	bold;
    font-style:		none;
   }
p.bodytitle
   {
    font-family:     	verdana, arial;
    font-size:       	11px;
    color:           	black;
    font-weight:	bold;
    font-style:		none;
    text-decoration: 	none;
   }
p.bodytext
   {
    font-family:     	verdana, arial;
    font-size:       	11px;
    color:           	black;
   }
.copyright
   {
    font-family:     	helvetica, verdana, arial;
    font-size:		9px;
    color:           	black;
   }
.read
   {
    font-family:     	verdana, arial;
    font-size:		9px;
   }
td.tbltitle
   {
    font-family:     	verdana, arial;
    font-size:		11px;
    color:          	black;
    font-weight:	none;
   }
td.tbltext
   {
    font-family:     	verdana, arial;
    font-size:		11px;
    color:		black;
   }
.genbutton
   {
    font-family:	verdana, arial;
    font-size:		11px;
    font-weight:	regular;
    color:		black;
    text-align:		center;
    background-color:	white;
    margin:		0px;
    padding:		0px;
    border:		black 1px;
    border-style:	solid;
    text-decorartion:	none;
    cursor:		hand;
   }
.button_photo
   {
    font-family:	verdana, arial;
    font-size:		11px;
    font-weight:	regular;
    color:		black;
    text-align:		center;
    background-color:	#eeeeee;
    margin:		0px;
    padding:		0px;
    border:		black 1px;
    border-style:	solid;
    text-decorartion:	none;
    cursor:		hand;
   }
.input_photo
   {
    font-family:	verdana, arial;
    font-size:		11px;
    font-weight:	regular;
    color:		black;
    text-align:		left;
    background-color:	#eeeeee;
    margin:		0px;
    padding:		1px;
    border:		black 0px;
    text-decorartion:	none;
   }
.countinput
   {
    font-family:	verdana, arial;
    font-size:		9px;
    font-weight:	regular;
    color:		black;
    text-align:		left;
    background-color:	#eeeeee;
    margin:		0px;
    padding:		1px;
    border:		none;
    text-decorartion:	none;
   }

/* ------------------- */
/* style + for cv.html */
/* ------------------- */

td.cvtitle
   {
    font-family:   	arial;
    font-size:      	12px;
    color:        	black;
   }
td.cvcat
   {
    font-family:  	arial;
    font-size:  	12px;
    color:         	black;
   }

td.cvtext
   {
    font-family:   	times new roman;
    font-size:      	13px;
    color:         	black;
   }

/* ----------------------- */
/* style + for links pages */
/* ----------------------- */

td.lktitle
   {
    font-family:     	comic sans ms, arial;
    font-size:       	11px;
    font-weight:	bold;
   }
a.lk:link, a.lk:visited, a.lk:active
   {
    background:      	transparent;
    color:           	black;
    text-decoration: 	none;
   }
a.lk:hover
   {
    background:      	transparent;
    color:           	black;
    font-style:		italic;
    font-size:       	11px;
   }

/* ------------------------- */
/* style for seychelles page */
/* ------------------------- */

.seytitle
   {
    font-family:     	comic sans ms, arial;
    font-size:       	19px;
    font-weight:	bold;
    font-style:		italic;
    color:           	black;
   }
.seysubtitle
   {
    font-family:     	comic sans ms, arial;
    font-size:       	13px;
    font-weight:	bold;
    color:           	black;
   }
p.seytext
   {
    font-family:     	comic sans ms, arial;
    font-size:       	13px;
    color:           	black;
   }
