@charset "utf-8";
/* CSS Document */
body{
	background: #FFF url(bodybck.jpg) top left repeat;
}

div#container{
	background:url(background.jpg);
	width: 1040px;
	height: 700px;
	margin: 0 auto 0 auto;
	border: #fdf48b 4px groove;
	border-radius:10px 10px 10px 10px;
}

h1{
	font-family: 'Noto Sans', 'sans-serif';
	font-weight:700;
	font-size:20px;
	color:#FFF;
	text-align:justify;
}

h2{
	font-family: 'Noto Sans', 'sans-serif';
	font-weight:300;
	font-size:40px;
	color:#FFF;
	text-align: center;
}

h3{
	font-family: 'Noto Sans', 'sans-serif';
	font-weight:300;
	font-size:20px;
	color:#FFF;
	text-align: center;
}

h4{
	font-family: 'Noto Sans', 'sans-serif';
	font-weight:400;
	font-size:16px;
	font-style: normal;
	color:#FFF;
	text-align: center;
}

h5{
	font-family: 'Noto Sans', 'sans-serif';
	font-weight: bold;
	font-size:30px;
	color:#FFF;
	text-align: center;
}

h6{
	font-family: 'Noto Sans', 'sans-serif';
	font-weight:300;
	font-size:30px;
	font-style:italic;
	color:#FFF;
	text-align:justify
}

h7{
	font-family: 'Noto Sans', 'sans-serif';
	font-weight:300;
	font-size:18px;
	font-style:italic;
	color:#FFF;
	text-align:justify
}

h8{
	font-family: 'Noto Sans', 'sans-serif';
	font-weight:300;
	font-size:28px;
	color:#FFF;
	text-align: center;
}

p{
	font-family: 'Noto Sans', 'sans-serif';
	font-weight:400;
	font-size:14px;
	font-style:italic;
	color:#FFF;
	text-align:justify;
}

img {
	border: none;
}

img.bordered {
	border: #fdf48b 4px groove;
	border-radius:10px 10px 10px 10px;
}

a {
	text-decoration: underline;
	color:#FFF;
}

.red {
	color:#F00;
}

.tag{
	font-size:14px;
}