.Title {
font-family: Franklin Gothic Medium;
font-size: 36px;
font-weight: bold;
color: Black;
}
.ItemTitle {
font-family: Mangal;
font-size: 26px;
font-weight: bold;
color: Black;
}
.ItemDesc {
font-family: Trebuchet MS;
font-size: 18px;
color: Black;
}
.Button {
font-family: Mangal;
font-size: 12px;
color: Black;
text-decoration: none;
}
.Page { 
background-color: Azure;
font-family: Trebuchet MS;
font-size: 12px;
color: Black;
}
.TableHeader { 
background-color: Orchid;
font-family: Trebuchet MS;
font-size: 12px;
font-weight: bold;
color: Black;
}
.Table { 
border-color: Beige;
}
.HomeTitle {
font-family: Mangal;
font-size: 14px;
font-weight: bold;
color: Black;
}
a {
font-family: Trebuchet MS;
font-size: 12px;
font-weight: bold;
color: Indigo;
}
a:visited {
color: DarkMagenta;
}
a:hover {
color: Fuchsia;
}
