@charset "utf-8";
/* General CCS for Awo Taan web */

/* Set default style of links on page */

  A			{ text-decoration:underline; color:#000000;}
  A:link	{ color: #000000;}
  A:visited	{ color: #000000;}
  A:active	{ background-color: yellow;}
  A:hover	{ background-color: yellow;}

/* Set default style for body of page */
body 		{ font-family: Arial; color:#000000; background-color:#333333;}

p 			{ font-family: Arial; font-size: 12px; color: #000000;}
.text 		{ font-family: Arial; font-size: 12px; color: #000000;}

/* Set other font styles */

.bold 		{ font-family: Arial; font-weight: bold;}
.orange 	{ font-family: Arial; color:#FF6600; font-size: 18px; font-weight: bold;}
.brown 		{ font-family: Arial; font-weight: bold;	color: #993300;}
.green 		{ font-family: Arial; color:#009900;}
.bigblue 	{ font-family: Arial; font-size: 18px; font-weight: bold; color: #3333FF;}
.bigpurple 	{ font-family: Arial; font-size: 16px; font-weight: bold; color: #993399;}
.purple 	{ font-family: Arial; font-weight: bold; color: 993399;}
.red 		{ font-family: Arial; font-weight: bold; color: #FF0000;}
.darkblue 	{ font-family: Arial; font-weight: bold; color: #333399;}

.breadcrumb { font-family: Arial; font-size: small; font-weight: bold;}
.copyright  { font-family: Arial; font-size: 9px; font-weight: bold;}
.turtle 	{ font-family: "Comic Sans MS"; font-style: italic; font-weight: bold; color: #006600;}

/* Leftover styles from previous web. Unsure if still necessary */

.nohover a:hover { background-color: transparent; }
.nounderline a 	 {text-decoration:none;}

