/* CSS Document */
/* Nicholas Kozma's Portfolio v5. Copyright 2007. */

body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px; 
	color:  #FFFF00;	/* text colour */
	
	background-repeat: repeat-x;
	background-color: #97d9e5;
	background-image: url(assets/images/bg_gradient.gif);
	}

.menu{  /* This gives the Menu names distance from the yellow line */
  margin-bottom: 3px;
}

.soon {
  color:  #FFFFFF;
  background-color: #FF0000;
}


.hilight {
  color:  #047081;
  background-color: #FFFF00;
}

.italic {
    font-style: italic;
    color:  #047081;
	background-color: #FFFF00;
}

a:link { color: #A7E0EB; text-decoration: none; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
a:visited { color: #A7E0EB; text-decoration: none; font-size: 10px;} /* Light Blue */
a:hover { color: #FFFF00; text-decoration: none; font-size: 10px;} /* FF4D00 = RED */
a:active { color: #FFFF00; text-decoration: none; font-size: 10px;}

.subtle {
  color: #A7E0EB;  
}

.cell {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

.right {
  float:right;
  padding-right: 20px; 
}

/*	color: #FFFF00;  Yellow */
/* #047081 This is Dark Blue */