<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


body {

background-image:url(bg.jpg);
background-position:center top;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
	font-size: 75%;
	line-height: 1.5em;
}


h1 { font-size: 1.125em; }

h2 { font-size: 1.125em; }

img {
    max-width: 100%;
    height: auto;
}


.text {
    max-width: 100%;
	color: #696969;
	text-decoration: none;
}




#outline {
max-width: 100%;
height:auto;
border : solid 0px #000000 ;
}


.margin {
margin : 0px 10px ;
}



.header {
text-align :left;
width :100%;
border : solid 0px #BBBBBB ;
}


.list {
text-align : left ;
width :100%;
border : solid 1px #BBBBBB ;
background : #ffffff ;
}


.ul{
  margin: 0;
  padding: 0;
  border: 0;
}

li {
    display: inline;
}



.main {
width :100%;
height:auto;
float :left;
text-align : left ;
}



#table{
width :100%;
}



.footer {
text-align : center ;
width :100%;
}
</pre></body></html>