/* Style file for cycle introduction */

*{
  box-sizing: border-box;
}

p.p1 {
  font-family: "Georgia", serif;
  font-size: 1em;
  text-align: left;
  margin-bottom: 0mm;
  line-height: 120%;
}
p.p2 {
  font-family: "Garamond", serif;
  font-size: 1em;
  text-align: left;
  margin-bottom: 0mm;
  line-height: 120%;
}
img.r { float: right; padding: 25px; }
img.t { vertical-align: top; }

/* Style for links */

a:link {
  text-decoration: none;
  color: blue;
  border-color: transparent;
}

a:visited {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/* Style for tables */

table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; }
td, th { border: 1px solid #eeeeee; text-align: left; padding: 8px; }
tr:nth-child(odd) { background-color: #eeeeee; }

