/* File: huecker.com -- exp_com.css */

/* Link Service */

a:link {color:#000080; text-decoration:none;}
a:visited {color:#000080; text-decoration:none;}
a:hover {color:#ff8000; text-decoration:underline;}

/* Background Service */

body { background:#fff url('/misc/img/w3c.bionik.png') no-repeat 0% 200px fixed; }

/* font size */

table {
 font-size: 100%;
}

/* | responsive */

body, html {
 text-align: center;
 max-width: 750px;
 margin: 0 auto;
 padding: 5px 0px;
}

@media only screen and (max-width: 750px) {
 /* For mobile phones: */
  [class*="col-"] {
  width: 100%;
 }
}

/* File: huecker.com -- exp_com.css */
