@charset "utf-8";

/*==============================================
	1. Universal selector
===============================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 100%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

/*==============================================
	2. Body
================================================*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	text-align: center;
	font: 90% sans-serif;
}

/*===============================================
	3. Text
================================================*/

h1,h2,h3,h4,h5,h6,p,em,address {
	font-size: 100%;
}

/*===============================================
	4. Hypertext
================================================*/

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a img {
	border-style: none;
}

/*===============================================
	5. FontColor
================================================*/

.red {
	color: #CC0000;
}

.emphasis {
	font-weight: bold;
}
