* {
margin: 0;
}
html {
padding: 0px;
background-color: Black;
border: 0;
}
body {
padding: 10px;
font-size: 12px;
border: 0;
width: 450px;
font-family: "gill sans","arial",sans-serif;
background-color: Black;
}
h1 {
font-size: 15px; font-weight: bold; color: #cac3bf;
font-variant: small-caps;
margin-bottom: 16px; margin-top: 12px;
text-align: left;
color: #cac3bf;
}

h2 {
font-size: 14px; font-weight: normal; color: #cac3bf;
font-variant: normal;
margin-bottom: 16px; margin-top: 12px;
text-align: left;
color: #cac3bf;
}

p {
font-size: 12px;
color: 828282;
padding-left: 10px;
padding-right: 10px;
}
#latestnews {
padding-top: 10px;
padding-bottom: 10px;
background-color: ac703d;
}
.copyrighttext {
margin-top: 5px;
font-size: 10px;
padding: 0;
color: Gray;
cursor: pointer;
} 
.black {
color: Black;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 460px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ac703d;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 460px;
height: 290px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ac703d;
margin: 0.3em auto;
padding: 15px;
}
#copyrightpopuptext{
/* Typical fixed height and fixed width example */
width: 430px;
height: 260px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ac703d;
margin: 0.3em auto;
padding: 15px;
}
#copyrightcontainer{
position: relative;
	background-color: White;
	padding: 10px;
	width: 460px;
height: 300px;
}
