15 lines
175 B
CSS
15 lines
175 B
CSS
body {
|
|
color: black;
|
|
background-color: #eeffff
|
|
}
|
|
|
|
div.center {
|
|
text-align: center;
|
|
}
|
|
|
|
img{
|
|
border:0;
|
|
}
|
|
|
|
/* $Id: style.css,v 1.4 2010/11/19 23:57:16 gilles Exp gilles $ */
|