*{	
	padding: 0%;
}

body{
	font: 14px/20px Arial;
	color: #555;
	border: solid #00ff00;
	margin : 0%;
}

#m{
	width: 100%;
	background: #00cc00;
	height: auto;
	border: solid #29a3a3;
	position: fixed;
	top: 0%;
	left: 0%;
}

#m ul{
	list-style: none;
}

#m ul li a{
	float: left;
	margin: 0% 0% 1% 4%;
	text-decoration: none;
	color: #ffffcc;
	background: #ff6600;
	font-weight: 1000;
}

#m ul li a:hover{
	color: #446600;
	background: #ffff80;
	padding: 10px;
}

#o{
	height: 50px auto;
	margin-top: 3.8%;
	padding: 2px 0% 4px 0%;
	background: #0000ff;
}

#o a{
	font-size: 165%;
	font-weight: 1000;
}

#b {
    animation:blinkingText 1.9s infinite;
}	
@keyframes blinkingText{
    20%{     color: #006600; }
	50%{    color: #ff3399; }
    80%{    color: #ffff00; }
	1%{    color: #ff8000; }
    50%{    color: #0000ff; }
	40%{    color: #ff6600; }
    55%{    color: #ff0000; }
    30%{    color: #00FF1B; }
    50%{    color: #ffffe6; }
	40%{    color: #bf8040; }
} 

#f p{
	margin: 30px 0% 40px 0%;
	font-size: 550%;
	font-weight: 1000;
	color: #2db300;	
	height: 10%;
}

#i{
	width: 50%;
	height: 50%;
	padding: 0% 25% 0% 25%;
}

#d{
	background: #ff9900;
	padding: 1% 0% 1% 40%;
}

#d:hover{
	background: #7fffd4;
}

#d a img{
	width: 40%;
	height: 15%;
	text-align: center;
}
	