cs/*My CSS Srcipt*/
*{
padding:0;
margin:0;
}

body {
margin-right:100px;
margin-left:100px;
margin-bottom:10px;
background-color:white;
color:black;
font-family: futura, helvetica, san-serif;
line-height:1.5em;
}


#wrapper {
width:600px;
margin: 0 900px;

}

.gal {
padding:10px;
width:900px;
}

h1 {
font-size: X-large;
}

.bull li{
list-style-type:none;
list-style-position:inside;
}
top p {
float: right;
}
a {
font-size:small;
}
p {
font-size:.8em;
line-height:1.5em;
