/* GTAV website screen display stylesheet */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.mypara {
	margin-right: 10px;
	margin-left: 10px;
	color: #333333;
	position: absolute;
	top: -20px;
}
.leadpara {
	line-height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	color: #333333;
	font-style: normal;
	position: absolute;
	top: -10px;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #006600;
}
.icons {
	font-weight: bold;
	color: #99FF66;
}
.breadcrumb {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #006600;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-style: normal;
	font-weight: bold;
	color: #006600;
  	margin-bottom: -1%
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	margin-bottom: -1%
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	margin-bottom: -1%
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	margin-bottom: -1%
}
h5 {
	font-size: 11px;
	color: #006600;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-bottom: -1%
}

/* Coloured scrollbar - source: http://www.yourhtmlsource.com/stylesheets/scrollbars.html */
html {
scrollbar-base-color: #006600;
scrollbar-arrow-color: white;
/* scrollbar-track-color: #c4e1cf; */

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}

