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

body {
	background-color:#63F;
	border: 1;
}

h1 {
	/*title*/
    color:#6FF ;
	size:landscape;
	font-size:100px;
    text-align:center;
	font-family:Algerian ;
}
h2 {
	/*nav bar 2*/
	font-family:Ravie;
	color:#F03;
	font-size:32px;
	text-align: center;
	animation:cubic-bezier();
}
h3 {
	/*nav bar 1*/
	font-family:Adobe Gothic Std B;
    color:#BDBDBD ;
    text-align: center;
}



h4 {
	/*content*/
	font-family:Segoe UI Emoji;
	font-size:32px;
	color:#666 ;
	
}

/* unvisited link */
a:link {
	text-decoration:none;
    	color:#666 ;
}

/* visited link */
a:visited {
	font-weight:700;
	text-decoration:none;
    color: #8904B1;
}

/* mouse over link */
a:hover {
	text-decoration:inherit;
   	 color:#00CC00;
}

/* selected link */
a:active {
	text-decoration:none;
    color:#FFFFFF;
}
