CSS for styling your Partner sites

Your entire partner site can be styled by uploading a CSS style sheet. The example file below does not produce a nice looking partner site, but is rather meant to illustrate the type of CSS you can use.

If you need help with this, please talk to your friendly HTML/CSS consultant! :-)

Example CSS file

body {
   background: #B7D4F1; 
 }

.white {
  color: white;
}

body {
  background: #FDF0D4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0055A5;
}
a, a:link, a:visited {
   color: #F68026;
}
p {
    color: #004F99;
    font-size: 13px;
}
.small {
   font-size: 10px
}
h1, h2 {
   color: #0055A5
}