
/* theme background images */

html { background: url('repeat.bg.jpg') repeat-x top; } /* background repeating image */
body { background: url('center.bg.jpg') no-repeat center top; } /* background center image */

/* links coloring */

a { color: #006fb9; } /* text links color */

.SMD-button-wrap1 a {
font-family:Myriad Pro,Trebuchet MS, Arial, Sans-Serif; color: #274eab; font-weight: bold;
}

.SMD-button-wrap2 a {
font-family:Myriad Pro,Trebuchet MS, Arial, Sans-Serif; color: #ea6111; font-weight: bold;
}

.SMD-button-wrap3 a {
font-family:Myriad Pro,Trebuchet MS, Arial, Sans-Serif; color: #0092dd; font-weight: bold;
}

.SMD-button-wrap4 a {
font-family:Myriad Pro,Trebuchet MS, Arial, Sans-Serif; color: #474747; font-weight: bold;
}

.SMD-button-wrap5 a {
font-family:Myriad Pro,Trebuchet MS, Arial, Sans-Serif; color: #6d942b; font-weight: bold;

}

