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

*{
margin:0px;
font-size: x-small;
}

body{
background-color: #FFFFFF;
font-size: x-small;
}

img{
	border:0;
}

h1{
margin:0px 0px 0px auto;
background-color: #FFFFFF;
text-align: center;
color: #ffffff;
font-weight: normal;
}

h2,h3,h4{
margin: 0px;
}

a{
	text-decoration:none;
}

.container{
width:240px;
}

.right{
text-align:right;
}

.center{
text-align:center;
}