15 lines
197 B
CSS
15 lines
197 B
CSS
body {
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
}
|
|
|
|
.team-box {
|
|
border-width:1px;
|
|
border-color: black;
|
|
border-style: solid;
|
|
border-radius: 3px;
|
|
}
|