@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic);

@font-face {
    font-family:'SourceSansPro';
    font-style:normal;
    font-weight:400;
    src:local('SourceSansPro'),local('SourceSansPro-Regular'),url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff)format('woff');
}
@font-face {
    font-family:'SourceSansPro';
    font-style:normal;
    font-weight:600;
    src:local('SourceSansProSemibold'),local('SourceSansPro-Semibold'),url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGJ6-ys_j0H4QL65VLqzI3wI.woff)format('woff');
}
@font-face {
    font-family:'SourceSansPro';
    font-style:normal;
    font-weight:700;
    src:local('SourceSansProBold'),local('SourceSansPro-Bold'),url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff)format('woff');
}
@font-face {
    font-family:'SourceSansPro';
    font-style:normal;
    font-weight:900;
    src:local('SourceSansProBlack'),local('SourceSansPro-Black'),url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGHiec-hVyr2k4iOzEQsW1iE.woff)format('woff');
}
@font-face {
    font-family:'SourceSansPro';
    font-style:italic;
    font-weight:400;
    src:local('SourceSansProItalic'),local('SourceSansPro-It'),url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/M2Jd71oPJhLKp0zdtTvoMzNrcjQuD0pTu1za2FULaMs.woff)format('woff');
}

body {
    margin: auto;
    font-family: "Source Sans Pro","Helvetica","Arial",sans-serif;
    font-size: 22px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    line-height: 1.5em;
    color: #444;
    width: 750px;
    text-align: justify;
}

input,button {
    font-family: "Source Sans Pro","Helvetica","Arial",sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
}

table {
    width: 800px;
    margin: auto;
}

table img {
    margin-top: 10px;
}

form {
  margin: auto;
  width: 500px;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
}

.formfield label {
  display: inline-block;
  width: 125px;
}

a {
    text-decoration: none;
}
