.hometext
{ text-decoration: none;
  font-family:'Times New Roman'; 
  font-size:20px;
  font-weight:bold;
  font-variant: small-caps;
  background-color:transparent;
  color:white;
}

.homemenu
{ text-decoration: none;
  font-family:'Times New Roman';
  font-variant: small-caps;
  font-size:16px;
  background-color:transparent;
  color:white;
}

.homemenu:hover
{ 
	font-weight:bold;
}

.smallmenu
{ text-decoration: none;
  font-family:; 
  font-size:11px;
  font-weight:bold;
  font-variant: small-caps;
  background-color:transparent;
  color:white;
}

.smallmenu:hover
{ text-decoration: underline;
}

.trailer
{ font-family:'Times New Roman'; 
  font-size:10px;
  color:white;
}

.linkbar
{ text-decoration: none;
  font-family:'Times New Roman'; 
  font-size:13px;
  font-variant: small-caps;
  background-color:blue;
  color:white;
}

.linkbar:hover
{	font-weight: bold;
}

.text    
{ font-family:'Times New Roman'; 
  font-size:14px;
  color:black;
  display: block;
  text-align: justify;
}

.skillsText
{ font-family:'Times New Roman'; 
  font-size:10px;
  color:black;
}

.normalText
{ font-size:10px; }

.mediumText
{ font-size:14px; }

.mediumLargeText
{ font-size:17px; }

.largeText
{ font-size:18px; }

.veryLargeText
{ font-size:20px; }

.skillsHeader1
{ background-color:#FFFFC0; 	
}

.skillsHeader2
{ background:lightblue; 
}

.appTable
{ border-style:solid; 
  border-width:1px; 
  font-family:'Times New Roman';
  font-size:12;
}

.appInput
{ border-style:none none solid; 
  border-width:1px; 
  border-color:black;
  font-family:'Times New Roman';
  font-size:12;
}

select
{ 
  font-family:'Times New Roman';
  font-size:10;
}