﻿.title1 {
  text-shadow:2px 2px 2px silver;
  font-weight:bold;
}
.games-dot {
  margin-left:.35em;
  margin-right:.35em;
  color:#3CF;
}
.games-dot2 {
  margin-left:.35em;
  margin-right:.35em;
  color:#F90
}
.games-list1 {
  text-align:center;
  font-size:100%;
  font-weight:normal;
  padding:.25em;
  background-color:#FFFFF4;
  color:#666;
  border-left:3px solid #666;
  border-right:3px solid #666;
  border-bottom:3px solid #666;
  border-bottom-left-radius:20px;
  -moz-border-radius-bottomleft:20px;
  -webkit-border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  -moz-border-radius-bottomright:20px;
  -webkit-border-bottom-right-radius:20px;
}
.games-title1 {
  text-align:center;
  font-size:150%;
  font-weight:bold;
  text-shadow:1px 1px 1px red;
  border:3px solid #666;
  background-color:silver;
  color:black;
  border-top-left-radius:20px;
  -moz-border-radius-topleft:20px;
  -webkit-border-top-left-radius:20px;
  border-top-right-radius:20px;
  -moz-border-radius-topright:20px;
  -webkit-border-top-right-radius:20px;
  white-space:nowrap;
}
.games-list2 {
  text-align:center;
  font-size:100%;
  font-weight:normal;
  padding:.25em;
  background-color:white;
  color:#666;
  border-right:3px solid #666;
  border-bottom:3px solid #666;
  border-bottom-right-radius:20px;
  -moz-border-radius-bottomright:20px;
  -webkit-border-bottom-right-radius:20px;
}
.games-title2 {
  text-align:center;
  font-size:150%;
  font-weight:bold;
  text-shadow:1px 1px 1px red;
  border-top:3px solid #666;
  border-right:3px solid #666;
  border-bottom:3px solid #666;
  background-color:silver;
  color:black;
  border-top-right-radius:20px;
  -moz-border-radius-topright:20px;
  -webkit-border-top-right-radius:20px;
  white-space:nowrap;
}
.games-sub-title {
  text-align:center;
  font-size:110%;
  margin:.25em;
  font-weight:bold;
  text-shadow:1px 1px 1px green;
  color:#070707;
  white-space:nowrap;
}
.link-title {
  text-align:center;
  font-size:175%;
  font-weight:bold;
  text-shadow:1px 1px 1px red;
  border:3px solid #666;
  background-color:silver;
  color:black;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  white-space:nowrap;
}
a.link:link, a.link:visited {
  border:1px solid #999;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-decoration: none;
  text-align:right;
  font-weight: bold;
  padding: 0em 10px 0em 10px;
  color: black;
  background-color: #CACAFF;
  display:block;
  text-shadow: #FFC 1px 1px 1px;
  white-space:nowrap;
  margin-right:.5em;
  margin-top:.25em;
  margin-bottom:.25em;
  width:250px;
  box-shadow:3px 3px 10px black;
  -moz-box-shadow:3px 3px 10px black;
  -webkit-box-shadow:3px 3px 10px black;
}
a.link:hover {
  border:1px solid black;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color:#666;
  text-decoration: none;
  text-align:right;
  font-weight: bold;
  padding: 0em 10px 0em 10px;
  color: #CACAFF;
  display:block;
  text-shadow: black -1px -1px 1px;
  white-space:nowrap;
  margin-right:.5em;
  margin-top:.25em;
  margin-bottom:.25em;
  width:250px;
  box-shadow:-3px -3px 10px gray;
  -moz-box-shadow:-3px -3px 10px gray;
  -webkit-box-shadow:-3px -3px 10px gray;
}
.link-text {
  text-align:left;
  padding:10px;
  margin:.25em 0em .25em 0em;
  font-weight:normal;
  color:#666;
  background-color:#FAF4FF;
  border:1px solid #E8E8E8;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow:3px 3px 10px gray;
  -moz-box-shadow:3px 3px 10px gray;
  -webkit-box-shadow:3px 3px 10px gray;
}
.link-text2 {
  margin-left:33%;
  margin-right:33%;
  line-height:150%;
  font-weight:normal;
  color:#666;
  background-color:white;
  border:1px solid #666;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.link-box {
  background-color:#FFFFF4;
  border:3px solid #666;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  padding:10px;
}
.welcome-box {
  background-color:#FFFFF4;
  border:3px solid #666;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  padding:15px;
  margin-bottom:3px;
  color:#666;
}