
/* sudafricana.com Stylesheet */

body {
	background-color: #9999FF;
	font-family:  Verdanarial, Arial, sans-serif;
}
/* below: link style for common links  */

A.reglink { color: #FFFFFF;
	    font-size: 9pt;
	    font-weight: bold;
	    text-decoration: none;
}

A.reglink:HOVER { color: #FF3300;
		  font-size:9pt;
		  font-weight: bold;
		  text-decoration: none;
}

/* below: style for the secret tracking station link */

A.tracking { 
	      font-size: 8pt;
	      color: #FFFFFF;
	      bottom: 10px;
	  		text-decoration: none;
}

A.home { color: #FFFFFF;
	 text-decoration: none;
}

A.home:HOVER { color: #FF3300;
	       text-decoration: none;
}

/* below: link style the breadcrumb-trail navigation element  */

A.titlenavlink { font-family: Verdana, Arial, serif;
			font-size: 10pt;
			font-weight: normal;  
			color: #FFFFFF;
			text-decoration: none;
}

A.titlenavlink:HOVER { font-family: Verdana, Arial, serif;
			font-size: 10pt;
			font-weight: normal;  
			color: #FF3300;
			text-decoration: none;
}


/* below: text (paragraph-) style for general text*/
P { font-family:Verdana, Arial, serif;
    font-size: 10pt;
    color: #FFFFFF;
}
/* below: "sudafricana.com" (in the upper left) style */
/* goes together with P.title (see below */

P.title {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/* below: text (paragraph-) style the breadcrumb-trail navigation element */

P.titlenav { 
        font-family: Verdana, Arial, serif;
	     font-size: 10pt;
	     font-weight: normal;  
	     color: #FFFFFF;
}

/* below: text (paragraph-) style for agenda text*/

P.agenda { font-family: Verdana, Arial, serif;
	    font-size: 9pt;
	    color: #FFFFFF;
}

/* below: text (paragraph-) style for the text on the biography page*/

P.bio { font-family: Verdana, Arial, serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
}

/* below: text (paragraph-) style for the text on the frontpage (index.html)*/

P.frontpage { font-family: Verdana, Arial, serif;
	      font-size: 12pt;
	      color: #FFFFFF;
}

/* below: text (paragraph-) style for the copyright information (bottom left)*/

P.copyright { font-family: Verdana, Arial, serif;
	      font-size: 8pt;
		   font-weight: normal; 
	      color: #FFFFFF;
		   margin-left=5px;
}

.invisible{
	display: none;
}