html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    background:#FFEEDD;
}



input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}


.divh { border:1px solid;background-color:#0066cc;color:#ffffff;text-align:center;cursor:move;vertical-align:middle;line-height:30px }
.divb { float:right;cursor:pointer;#margin-top:-30px; }


.interval1{
height: 20px;
width: 100%;
}

.interval{
height: 30px;
width: 100%;
}
.footer{

width: 100%;

 background:#FFAD86;


/*
height:170px;
margin-top:-170px;
*/


position:bottom; /*fixed; absolute;*/ 
bottom:0px;
right:0px; 

padding: 0;
margin: 0;

}

.footerhand{

width: 100%;

 background:#FFAD86;


/*
height:170px;
margin-top:-170px;
*/


position:absolute; /*fixed; absolute;*/ 
bottom:0px;
right:0px; 

padding: 0;
margin: 0;

}


.Bulletin {
	border: 2px solid black;
    height: 150px;
    width: 400px;
    font-size: 18px;
    background: #FFEEDD;
    align:center;
    overflow: auto;
}

.content {
	height: 717px;
	width: 100%;
    border: 0px solid black;
    font-size: 18px;
    overflow: auto;
    padding: 0; 
    margin:0px auto;
    align:center;
}

.alignleft{
display:inline;
float:left;
}

.alignright{
display:inline;
float:right;
}

.aligncenter{
display:inline;
float:center;
}


.top {
    border: 0px solid black;
    height: 110px;
    width: 100%;
    /*background: linear-gradient(red,yellow);*/
    background:#FFAD86;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.clearfix {
	clear: both;
}

.horoscope {
    border: 3px solid black;
    height: 800px;
    width: 670px;
    background:#EA0000;
    overflow: auto;
    font-size: 18px;
    font-family: Arial;
    
}

.horoscope1 {
    border: 3px solid black;
    height: 770px;
    width: 670px;
    background: #B22222;
    overflow: auto;
    font-size: 18px;
    font-family: Arial;
    
}

.handheldDev {
    border: 3px solid black;
    height: 80%;
    width: 80%;
    background: #B22222;
    overflow: auto;
    font-size: 18px;
    font-family: Arial;
    
}


.footer1 {
	border: 0px solid black;
	height: 200px;
	margin: 10px;
	background: linear-gradient(yellow,red);
}


.buttontype {
	border: 2px #8B4513 solid;
	background-color: #FFFAFA;
	color: #8B4513;
	border-radius: 10px;
	cursor: pointer;
	width: 100px;
	height: 40px;
}

.buttontype:hover {
	color: #BC8F8F;
	background-color: #000080;
	border: 2px #000080 solid;
}

input {
	outline-style: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 7px 7px;
	font-family: "Microsoft soft";
}




