.ImageView
{
	 width: 170px;
	 height: 230px;
	 border-style: double;
	 border-color: #71BADB;
	
}

.ImageCounterView
{
	 width: 140px;
	 height: 15px;
	 border-style: double;
	 border-color: #71BADB;
	
}

.CellTextView
{
	border: 4px;
	border-color:#71BADB;
	border-style: double; 
	width: 80%;
	padding: 5%;

}
.ScrollView
{
	scrollbar-arrow-color: #0098C8;
	scrollbar-base-color: #3F0080;
	scrollbar-dark-shadow-color: #0098C8;
	scrollbar-track-color: #006E90;
	scrollbar-face-color: #005671;
	scrollbar-shadow-color: #0098C8;
	scrollbar-highlight-color: #0098C8;
	scrollbar-3d-light-color: #3F0080;

}
	
.TableView {
	border-color: #15AEED;
	border-style: double;
	border-width: 1px;
	width: 100%; 
   }

.CellView { 
  
	border-color: #15AEED;
	border-style: double;
	border-width: 1px; 
	padding: 10px;
	text-align: center;
	height: 60px;
	width: 12%;
   }
	
	.CellImageView { 
  	border-color: #15AEED;
	border-style: double;
	border-width: 0px; 
	padding: 10px;
	text-align: center;
	height: 60px;
	width: 12%;
   }

A {
	color:  #EAECFF;
	font-size: 12px;
	font-family: Courier;
	text-decoration: none;
}

A:Hover {
	font-weight: bolder;
	font-size: 12px;
	text-decoration: none;
	color:  #EAECFF;
	 
}	
h1
{
	font-size: 25px;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	color:  #EAECFF;
}
b
{
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	color:  #EAECFF;
}
.ColorTitle
{
	font-size: 25px;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	color: #E0FFC1;

}

.ShowText
{
	font-size: 16px;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: underline;
	color: White;
	font-variant: small-caps;
}

.SmallTitle
{
	font-size: 16px;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	color: #E0FFC1;
	font-weight: bolder;
	
}
.SmallTitleWhite
{
	font-size: 16px;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	color:White;
	font-weight: bolder;
	
}
.SmallTitleItalic
{
	font-size: 16px;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	text-decoration: none;
	color: White;
	font-weight: bolder;
	
}
.ShowRegularText
{
	font-size: 16px;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	color: White;
	
}

