﻿    body {
        font-family: Arial, helvetica, sans-serif;
	    background-color: #000000;
	    margin: 0px;
	    overflow: hidden;
    }

    a {
	    color: #ffff00;
    }

    .link-box {
        position:absolute;  
        width:200px;height:auto;top:10px;left:10px;  
        background:grey;  
        border:1px;  
    }

    .link-header {
        width: auto;
        height: 15px;
        background: -moz-linear-gradient(top,#1aa0dc 0,#0070aa 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1aa0dc),color-stop(100%,#0070aa));
        background: -webkit-linear-gradient(top,#1aa0dc 0,#0070aa 100%);
        background: -o-linear-gradient(top,#1aa0dc 0,#0070aa 100%);
        background: -ms-linear-gradient(top,#1aa0dc 0,#0070aa 100%);
        background: linear-gradient(top,#1aa0dc 0,#0070aa 100%);
        border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
        padding: 9px;
        position: relative;
        color: white;
    }

    .link-url {
        padding: 5px;
    }

    ul.square {
        list-style-type: square;
        padding: 5px 0px 5px 20px;
        margin: 0;
    }

    .logo-bottom-left {
        position:fixed;
        left:10px;
        bottom:10px;
    }

    .logo-top-left {
        position:fixed;
        left:10px;
        top:10px;
    }