body{
margin: 0 px;
background-color: #ffffff; 
font-family: "courier new"; 
padding:0;
}

.button,.button a,.button_active,.button_active a {
	font-family: Verdana, Arial;
        font-weight: bold;
	color: #000000;
	text-align: center;
        font-size: 10px;
        border: 1px solid green;
        padding: 2px;
        text-decoration: none;
}

.button a:hover, .button_active a:hover {
	background-color: #ccff99;
	text-decoration: none;
        
        
}
.views {
	background-color: #ffffff;
        font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
        font-weight: bold;
}        
.link.min {
        font-size: 9px;
        text-align: center;
        line-height: 1.5;
        color: green;
        }
.link.min:hover {
        font-family: Verdana, Arial;
	font-size: 9px;
        text-align: center;
}
.link {
	font-family: Verdana, Arial;
	font-size: 9px;
	text-decoration: none;
        padding-left: 2px;
        color: green;
       
}
.link2 {
	font-family: Verdana, Arial;
	font-size: 9px;
        text-align: justify;
	text-decoration: none;
        padding-left: 2px;
        color: #A50021;
       
}

a.link:hover {
	font-family: Verdana, Arial;
	background-color: #ccff99;
	text-decoration: none;
}

a.link2:hover {
	font-family: Verdana, Arial;
	background-color: #FF91A7;
	text-decoration: none;
}

.tit {
	font-family: Verdana, Arial;
	font-size: 9px;
        font-weight: bold;
	color: green;
	line-height: 16px;
        padding: 2px;
}

.tit2 {
	font-family: Verdana, Arial;
	font-size: 9px;
        font-weight: bold;
	color: #A50021;
	line-height: 16px;
        padding: 2px;
}

.text_min {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
        padding: 5px;
        text-align: justify;
}
p {
       	font-family: Verdana, Arial;
	font-size: 10px;
	color: black;
	text-decoration: none;
        text-align: justify;
}
.text_login {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
        padding: 5px;
}
.bordisx {
	border-left: 2px ridge #ccff99;
        border-top: 2px inset green;
        padding-bottom: 5px;
}

