@charset "utf-8";
/* CSS Document */

body {
	background-color: #7A7A7A;
	background-image: url("images/scp-01scarking.png");
	background-position: bottom left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a:link {color: #BC0000; text-decoration: underline double;}
a:visited {color: #959595; text-decoration: line-through;}
a:hover {color: #EE3324; text-decoration: underline;}
a:active {color: #FFFFFF; text-decoration: none;}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #959595; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #959595; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #BDBDBD; 
}

#secure {
	margin-top: 10px;
	margin-left: 490px;
	width: 500px;
	height: 620px;
	overflow-y: auto;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
	padding-right: 4px;
}

h1 {
	width: 98%;
	border-bottom: 4px double #000000;
}

h2 {
	width: 450px;
	text-align: center;
	font-size: 14pt;
}

.foot {
	margin: 10px auto auto 500px;
	width: 400px;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 8pt;
	text-align: center;
}