﻿
a.link:link,
a.link:visited
{
border:1px solid #999;
border-radius: 10px;
text-decoration: none;
font-weight: bold;
padding: 0em 10px 0em 10px;
color: black;
background-color: #CACAFF;
line-height: 150%;
display:block;
text-shadow:2px 2px 1px white;
text-align:center;
white-space:nowrap;
margin-right:4px;
margin-top:10px;
margin-bottom:10px;
width:15em;
box-shadow:3px 3px 10px grey;
-webkit-box-shadow:3px 3px 10px grey;
}

a.link:hover,
a.link:focus
{
border:1px solid black;
border-radius: 10px;
-webkit-border-radius: 10px;
background-color:#666;
text-decoration: none;
text-align:center;
font-weight: bold;
padding: 0em 10px 0em 10px;
color: #CACAFF;
line-height: 150%;
display:block;
text-shadow:-2px -2px 1px black;
white-space:nowrap;
margin-right:4px;
margin-top:10px;
margin-bottom:10px;
width:15em;
box-shadow:none;
-webkit-box-shadow:none;
}

.link-detail
{
border:1px solid silver;
padding:.5em;
margin-left:4px;
margin-top:10px;
margin-top:10px;
margin-bottom:10px;
text-align:left;
background-color:#FCF9FF;
border-radius: 10px;
-webkit-border-radius: 15px;
box-shadow:3px 3px 10px silver;
-webkit-box-shadow:3px 3px 10px silver;
}

.alpha
{
font-size: 1em;
text-align: right;
margin-top:10px;
margin-bottom:10px;
}

table.navigate
{
font-size: 1em;
color: black;
width:99%;
margin-left:auto;
margin-right:auto;
}

