﻿
/*html*/
html {
	margin: 0px;
   	padding: 0px;
   	border: 0px;
   	background:white;
   	}

/*body*/
body {
	margin: 0px;
   	padding: 0px;
   	border: 0px;
   	overflow-y: scroll;
	}
h1 {
	margin: 0px;
	max-width:640px;
	min-width:256px;
	height: 48px; 
	color:white;
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	border-style: none;
	border-width: medium;
	border-radius: 4px;
	background: #202020;
	}
h2 {
	margin: 0px;
	text-align: left;
	font-family: Arial;
	font-weight: bold;	
	font-size: 22px;
	font-style: italic;
	color: #CCCCCC;
	line-height: 36px;
	}
::-moz-selection {
	color: #101010;
  	background: #ffcc00;
	}     
::selection {
	color: #101010;
  	background: #ffcc00;
	}       

/*links*/
a 	{
	color: #BBBBBB;
	text-decoration:none;
	ie-dummy: expression(this.hideFocus=true);
	transition: 0.3s;
	white-space: nowrap;
	}
a:focus {
	color: #BBBBBB;
	text-decoration:none;
   	ie-dummy: expression(this.hideFocus=true);
	}
a:active {
	color: #BBBBBB;
	text-decoration:none;
	ie-dummy: expression(this.hideFocus=true);
	}
a:hover {
	color: #606060;
	text-decoration:none;
   	ie-dummy: expression(this.hideFocus=true);
	}

.button {
	background: #202020;
	border-style: none;
	border-width: medium;
	border-radius: 4px;
	width: 160px;
	height: 48px;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: white;
	width: 160px; height: 48px;
	ie-dummy: expression(this.hideFocus=true);
	transition: background-color 0.3s;
	-webkit-appearance: none;
	}
.button:hover {
	cursor:pointer;	
	}

/*style*/
.container {
  	clear: both;
  	max-width:664px;
  	min-width:256px;
  	margin: auto;	
	}
.container_ld {
    background-image: url('images/ld.png');
  	background-repeat: no-repeat;
  	background-size: 100%;
    }
.pg {
  	clear: both;
  	max-width:664px;
  	min-width:256px;
  	margin: 0 12px 0 12px;		
	}
.style_pg {
	margin: 0px 0px;
	font-family: Arial;
	font-size: 16px;
	color: #BBBBBB;
	text-align: left;
	line-height:24px;
	}
.style_pg2 {
	margin: 0px 0px;
	font-family: Arial;
	font-size: 16px;
	color: #BBBBBB;
	text-align: left;
	line-height:20px;
	}
.style_hd {
	margin: 0px 0px;
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 48px;
	}

