html {
font: 10px Verdana, Arial, Helvetica, sans-serif;
-moz-border-radius: 10px; /* Gecko */
}
body {
margin: 0 auto;
padding: 0;
text-align: center;
-moz-border-radius: 10px; /* Gecko */
}
.berichtenbalk {
-moz-border-radius: 15px; /* Gecko */
}
div#hc1 {
font: 12px Georgia, "Times New Roman", Times, serif;
color: #000000;
-moz-border-radius: 15px; /* Gecko */
}
div#balk {
cursor: default;
color: #FFFFFF;
-moz-border-radius: 15px; /* Gecko */
}
div#balk a:hover {
color: #FFFFFF;
-moz-border-radius: 15px; /* Gecko */
}
div#plaats a:hover {
color: #FFFFFF;
-moz-border-radius: 15px; /* Gecko */
}
strong a:hover {
color: #FFFFFF;
-moz-border-radius: 12px; /* Gecko */
}
.highlight {
text-align: center;
-moz-border-radius: 12px; /* Gecko */
}
font {
text-align: center;
-moz-border-radius: 12px; /* Gecko */
}
h1 {
font: bold 18px Georgia, "Times New Roman", Times, serif;
margin: 4px 0;
color: #312821;
padding-bottom: 6px;
white-space: nowrap;
}
a {
cursor:pointer;
color: #312821;
-moz-border-radius: 15px; /* Gecko */
}
a:hover {
cursor:pointer;
color: black;
-moz-border-radius: 15px; /* Gecko */
}
.c3 {
text-align: center;
}
.blok {
-moz-border-radius: 15px; /* Gecko */
font: normal 8px Georgia, "Times New Roman", Times, serif;
}
b {
font: bold 12px Georgia, "Times New Roman", Times, serif;
}
.tabel {
text-align: center;
-moz-border-radius: 15px; /* Gecko */
}
input, button, submit, select, textarea {
font: 11px Verdana, Arial, Helvetica, sans-serif;
padding: 1px;
border: 1px solid black;
-moz-border-radius: 15px; /* Gecko */
}
//Change the following link to yours
var link = "http://challenge.jouwpagina.nl/index.php";
//Replace the following link with your title
var title = "Challenge page of kanary";
function favorieten() {
alert('Wanneer u geen IE hebt, drukt dan Ctrl+D'); window.external.AddFavorite(link,title);
}